RE: [ADMIN] delete data

From: Michael Davis <michael(dot)davis(at)prevuenet(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: RE: [ADMIN] delete data
Date: 1999-03-18 17:25:07
Message-ID: 93C04F1F5173D211A27900105AA8FCFC1452A2@lambic.prevuenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Run psql with your database and do the following from the psql prompt:

Drop table table_name;
Delete from table_name where field_name = some_value;

The documentation found on the web site at www.postgresql.org
<http://www.postgresql.org> will be very helpful.

-----Original Message-----
From: hoelc [SMTP:hoelc(at)pd(dot)jaring(dot)my]
Sent: Thursday, March 18, 1999 9:41 AM
To: pgsql-admin(at)postgreSQL(dot)org; pgsql-general(at)postgreSQL(dot)org
Subject: [ADMIN] delete data

Hello,
can some one please tell me how to delete a table in a database and
how
to delete one row a data in a table, for a PostgreSQL database?
Thank you very much.
Regards...... lch

Browse pgsql-general by date

  From Date Subject
Next Message Matthew 1999-03-18 17:49:13 Simple Question, hard answer
Previous Message hoelc 1999-03-18 16:43:33 db out of memory