DP
Size: a a a
DP
С🥔
DP
С🥔
DP
DP
С🥔
ERROR: role "smirnov" already exists
С🥔
С🥔
postgres=# CREATE USER smirnov WITH PASSWORD '
password'
postgres-# ;
ERROR: role "smirnov" already exists
postgres=#
postgres=# GRANT ALL ON DATABASE stickerapp TO smirnov;
GRANT
postgres=#
postgres=# SELECT table_catalog, table_schema, table_name, privilege_type
FROM information_schema.table_privileges
WHERE grantee = 'smirnov';
table_catalog | table_schema | table_name | privilege_type
---------------+--------------+------------+----------------
(0 rows)
V
DP
postgres=# CREATE USER smirnov WITH PASSWORD '
password'
postgres-# ;
ERROR: role "smirnov" already exists
postgres=#
postgres=# GRANT ALL ON DATABASE stickerapp TO smirnov;
GRANT
postgres=#
postgres=# SELECT table_catalog, table_schema, table_name, privilege_type
FROM information_schema.table_privileges
WHERE grantee = 'smirnov';
table_catalog | table_schema | table_name | privilege_type
---------------+--------------+------------+----------------
(0 rows)
DP
DP
VY
postgres=# CREATE USER smirnov WITH PASSWORD '
password'
postgres-# ;
ERROR: role "smirnov" already exists
postgres=#
postgres=# GRANT ALL ON DATABASE stickerapp TO smirnov;
GRANT
postgres=#
postgres=# SELECT table_catalog, table_schema, table_name, privilege_type
FROM information_schema.table_privileges
WHERE grantee = 'smirnov';
table_catalog | table_schema | table_name | privilege_type
---------------+--------------+------------+----------------
(0 rows)
С🥔
VY
С🥔
DP
VY