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@pd.jaring.my]
Sent: Thursday, March 18, 1999 9:41 AM
To: pgsql-admin@postgreSQL.org; pgsql-general@postgreSQL.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