Re: retrieving a function?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cindy <ctmoore(at)uci(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: retrieving a function?
Date: 2002-01-11 21:57:25
Message-ID: 1856.1010786245@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Cindy <ctmoore(at)uci(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-01-11 23:49:26 Re: using EXPLAIN in postgresql RULES?
Previous Message will trillich 2002-01-11 21:47:46 using EXPLAIN in postgresql RULES?