[GENERAL] c (lowercase) privilege

2006-10-20 Thread Javier Carlos
Hi, Does anybody know what's the meaning of the c (lowercase) privilege in PostgreSQL 8.2 Beta? bd_test=# SELECT datacl FROM pg_catalog.pg_database WHERE datname='bd_test'; datacl -- {=CTc/user1,user1=CTc/user1}

Re: [GENERAL] getting failed while creating user accounts

2006-03-12 Thread Javier Carlos
Hi, In some *nix distributions the username 'postgres' is already in /etc/passwd. If so, you don't need to create it again. Just assure that the directory where the database cluster will reside belongs to the user 'postgres', and also when you'll go to create the DB cluster (with the command

Re: [GENERAL] pg_dump, pg_restore

2006-02-05 Thread Javier Carlos
Basing on the way you did the pg_dump (without the -C option), I think you should have created the database before you performed the pg_restore, You can see some examples of database backup/restore in this page: http://nediam.com.mx/en/tips/backups_pgsql.php Regards, Javier On Mon, 6