Re: Dump SQL DDL of all functions in DB
| От | Joe Conway |
|---|---|
| Тема | Re: Dump SQL DDL of all functions in DB |
| Дата | |
| Msg-id | 4E415167.3010901@joeconway.com обсуждение исходный текст |
| Ответ на | Dump SQL DDL of all functions in DB ("Bradley Holbrook, Servillian Technology" <bholbrook@servillian.com>) |
| Список | pgsql-admin |
On 08/03/2011 04:35 PM, Bradley Holbrook, Servillian Technology wrote: > Anyone know how to dump the DDL of every function in a schema into one file? > > Essentially, I’d like to do something like: > > ‘functions ddl dump cmd’ public functions.sql The easiest way is probably to do a schema-only dump and then edit the result to eliminate everything you don't want. E.g.: pg_dump --schema-only --schema=foobar test Note that "--schema-only" means object definitions without data whereas "--schema=foobar" is saying to only consider objects in the schema called foobar. The work "schema" here has two different meanings. HTH, Joe -- Joe Conway credativ LLC: http://www.credativ.us Linux, PostgreSQL, and general Open Source Training, Service, Consulting, & 24x7 Support
В списке pgsql-admin по дате отправления: