Re: [ADMIN] Forcing pg_dump NOT to use "INSERT..."

2003-11-04 Thread Jaskier
Hi, Yes that's right But You can avoid it by adding '-s, --schema-only' it will copy only structure without data Regards, Andrzej Schulz Galileo-Selidor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David F. Skoll Sent: Tuesday, November 04, 2003

Re: [ADMIN] initdb problem

2003-09-18 Thread Jaskier
Hi, No it will not work, You have to be owner, or have full access to this directory. Also you should, I think this is necessary to run Initdb as a Postgres user. This is what you have to do: As root change rights to this /usr/local/pgsql and change the owner (it would be better) to Postgres The

[ADMIN] System Tables

2003-08-25 Thread Jaskier
Hi, I would Like to get information abort tables existing In PostgreSQL via? PHP. I would like to know the names, their description and of course how they are build. I Am not quite sure how to get this on the Web Site, in PG I can use ? “\d table_name”, but it doesn’t work here   Can