[GENERAL] plz unsubscribe me

2006-08-30 Thread rama krishna
please unsubscribe from this thank u

[GENERAL] usage of copy command in pgsql

2006-02-16 Thread rama krishna
I have to copy the file to a table data base the command used for this is COPY But it showing the error like no permission is granted to read the file. for this i gave 777 permissions to that file even the same err repeated. What to do for this

Re: [GENERAL] Trying to auto start Postgres when server boots up

2006-02-06 Thread rama krishna
On 2/6/06, Shahid Butt [EMAIL PROTECTED] wrote: Hi, I am using PostgreSQL 7.4.7 and Red Hat Enterprise Linux 4. I want to start the Postgres Postmaster automatically when the server boots up. I have tried putting the command /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l

[GENERAL] what is the data type for files(.txt,.doc,.jpeg) in pgsql

2006-02-06 Thread rama krishna
1)I need to insert the files in database .So what i have to give the data type for that field while creating the table. And how to insert and select the file from the database. 2)I need to perform some action in database before it shutting down or before booting of my server.What to do for