RE: [ADMIN] delete data

Поиск
Список
Период
Сортировка
От Michael Davis
Тема RE: [ADMIN] delete data
Дата
Msg-id 93C04F1F5173D211A27900105AA8FCFC1452A2@lambic.prevuenet.com
обсуждение исходный текст
Список 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@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


В списке pgsql-general по дате отправления:

Предыдущее
От: hoelc
Дата:
Сообщение: db out of memory
Следующее
От: Matthew
Дата:
Сообщение: Simple Question, hard answer