Re: What do I do with this error?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: What do I do with this error?
Date: 2001-03-19 16:23:49
Message-ID: 19708.985019029@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Josh Berkus" <josh(at)agliodbs(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tim Pizey 2001-03-19 17:27:24 Invalid (null) int8, can't convert to float8
Previous Message Josh Berkus 2001-03-19 16:05:41 Re: What do I do with this error?