Re: What do I do with this error? - Mailing list pgsql-sql

From Tom Lane
Subject Re: What do I do with this error?
Date
Msg-id 19708.985019029@sss.pgh.pa.us
Whole thread Raw
In response to Re: What do I do with this error?  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-sql
"Josh Berkus" <josh@agliodbs.com> writes:
> Can either of you supply me with syntax to pg_dump the full function &
> view decarations to a text file?

If you're sure it doesn't require any data, you can do "pg_dump -s dbname"
to get just the database schema.  I'd start with that and then trim away
unrelated stuff, if you feel the urge to trim.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: What do I do with this error?
Next
From: Tom Lane
Date:
Subject: Re: What do I do with this error?