Re: Executing SQL Script

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: Executing SQL Script
Дата
Msg-id 4f8779a221ab6e13d2c69f1b55efdf41@mail.nih.gov
обсуждение исходный текст
Ответ на Executing SQL Script  (Jamie Deppeler <jamie@doitonce.net.au>)
Список pgsql-general
On Jun 15, 2005, at 9:47 PM, Jamie Deppeler wrote:

> This is a simple question what is the best way to execute a SQL
> script, this script will create schemas and tables for a database i
> created.
>

Nearly all clients or interfaces provide a means to execute arbitrary
SQL.  You can do so in PgAdminIII, for example.  For an out-of-the-box
solution, you can use psql -f.  See documentation here:

http://www.postgresql.org/docs/8.0/static/app-psql.html

Sean


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

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: pg_dumpall
Следующее
От: "Craig Bryden"
Дата:
Сообщение: Dynamic SQL