Re: Getting source code for database objects

Поиск
Список
Период
Сортировка
От Artacus
Тема Re: Getting source code for database objects
Дата
Msg-id 48746938.1030606@comcast.net
обсуждение исходный текст
Ответ на Re: Getting source code for database objects  (Tino Wildenhain <tino@wildenhain.de>)
Ответы Re: Getting source code for database objects  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
> Easier would be just uing pg_dump -s >schema.sql to get all schema objects
> so you could check them into subversion. If you want only specific
> objects, pg_dump -l >listofobjects, then edit this list as you
> like and use pg_dump -L listofobjects >someobjects.sql

The -l and -L options are not recognized on my server 8.3.

I can use -t to iterate thru each table, but I don't see a way to do one
function at a time.

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

Предыдущее
От: Artacus
Дата:
Сообщение: Re: array sort for varchar arrays?
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: Feature: FOR UPDATE SKIP LOCKED