Re: pg_dump/restore issue with schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_dump/restore issue with schemas
Date: 2003-10-03 18:30:20
Message-ID: 28914.1065205820@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Richard Huxton <dev(at)archonet(dot)com> writes:
>> This seems to be an additional and fairly critical reason to disable
>> checking of SQL function bodies during a reload.

> Is that what you do with views?

No. Reverse-listing of views takes the current schema path into account
when deciding whether to qualify names, so it works correctly with
pg_dump. But there's no reverse-listing of function bodies, they are
just strings ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andreas Pflug 2003-10-03 23:21:15 Re: [BUGS] bug reporting
Previous Message Richard Huxton 2003-10-03 18:10:40 Re: pg_dump/restore issue with schemas