I am porting a system from Oracle to Postgres. At this time, both
databases are installed. I will probably arrange the software so
that I can use an environment variable to specify which database
should be used. I have had problems with an include file name clash
between postgres & oracle: sqlc
Hello,
I have a following problem:
I successfully did
CREATE USER user1
WITH PASSWIRD xxx
CREATEDB
CREATEUSER,
but when I connect as user1, I can't create other users - I am getting a
message
ERROR: defineUser: user "user1" does not have SELECT and INSERT privilege
for "pg_