[nz@dwhntzc SalzanoA]$ nzsql -E
********* QUERY *********
select current_catalog, current_user
*************************
SYSTEM(ADMIN)=> grant connect on as_test to asalzano;
GRANT
SYSTEM(ADMIN)=> grant create table to asalzano;
GRANT
SYSTEM(ADMIN)=> \c as_test asalzano xxxxxx
You are now connected to database as_test as user asalzano.
********* QUERY *********
select current_catalog, current_user
*************************
AS_TEST(ASALZANO)=> create table as_mytab (one integer);
CREATE TABLE
Nessun commento:
Posta un commento