Re: [HACKERS] dump/reload - Mailing list pgsql-hackers

From Brett McCormick
Subject Re: [HACKERS] dump/reload
Date
Msg-id 13684.48933.828290.966729@web0.speakeasy.org
Whole thread Raw
In response to Re: [HACKERS] dump/reload  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] dump/reload  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] dump/reload  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
On Tue, 2 June 1998, at 22:19:01, Bruce Momjian wrote:

> > they don't always work, in the case of a table with an attribute that
> > calls a function for its default value.

> This is a good point, and something worth thinking about.  Maybe we
> could scan through the defaults for a table, and call the dumpfunction
> command for any functions.  Then when they are later attempted to be
> created, they would fail, or we could somehow mark them as already
> dumped.

Would we look at the binary plan (aiee!) or just try and parse the
string value 'pg_attdef.adsrc` for a function call?

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] dump/reload
Next
From: Brett McCormick
Date:
Subject: keeping track of connections