Re: [SQL] importing a pre sql db

Поиск
Список
Период
Сортировка
От Leslie Mikesell
Тема Re: [SQL] importing a pre sql db
Дата
Msg-id 199808050515.AAA00727@Mercury.mcs.net
обсуждение исходный текст
Ответ на importing a pre sql db  (SierraAdm@aol.com)
Список pgsql-sql
According to SierraAdm@aol.com:
>   I can convert that to
>     create table wc_members  (
>       wc_last_name  char(20),
>       ...  more such ...  )
>   How do I get it in as the table definition?

You can type it directly into psql (don't forget the terminating ';')
but I usually put all the table definitions, sequences, indexes
and grant statements in a file and use the '\i file' command from
psql to execute them.

  Les Mikesell
    les@mcs.com

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

Предыдущее
От: "Walter St. John"
Дата:
Сообщение: offtopic question regarding tools.
Следующее
От: Maarten Boekhold
Дата:
Сообщение: Re: [SQL] Pg.pm on NT