Re: retrieving a function? - Mailing list pgsql-general

From Tom Lane
Subject Re: retrieving a function?
Date
Msg-id 1856.1010786245@sss.pgh.pa.us
Whole thread Raw
In response to retrieving a function?  (Cindy <ctmoore@uci.edu>)
Responses Re: retrieving a function?  (Cindy <ctmoore@uci.edu>)
List pgsql-general
Cindy <ctmoore@uci.edu> writes:
> I'm reluctant to dump the entire db
> Text because it's way too big (citations.dump alone is 300M).

> Surely there's an easier way to reconstruct this function?

pg_dump -s (schema only) will get you the function definitions with
only a reasonable amount of other stuff.

            regards, tom lane

pgsql-general by date:

Previous
From: will trillich
Date:
Subject: using EXPLAIN in postgresql RULES?
Next
From: Tom Lane
Date:
Subject: Re: using EXPLAIN in postgresql RULES?