Re: [GENERAL] Extracting object source code from database to store in CVS...

2005-03-23 Thread Adrianna Pinska
On Wed, 23 Mar 2005 07:32:08 -0500, Sean Davis <[EMAIL PROTECTED]> wrote: > You can look at the system catalogs. In particular, look at: > > http://www.postgresql.org/docs/current/static/catalogs.html > http://www.postgresql.org/docs/current/static/catalog-pg-proc.html Thanks - the info you get

[GENERAL] Extracting object source code from database to store in CVS...

2005-03-23 Thread Adrianna Pinska
Hello, I'm working on a project which uses postgresql (7.4.x), and a lot of the project code is in functions, views, etc. in a postgresql database. I would like to create an automated process for extracting all this code to individual text files (which can be managed through a version control sys