| From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Gregory Wood <gregw(at)com-stock(dot)com>, PostgreSQL-General <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: pg_dump/PgAdmin problem? |
| Date: | 2002-01-29 22:29:25 |
| Message-ID: | 20020129142641.G95649-100000@megazone23.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, 29 Jan 2002, Tom Lane wrote:
> Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:
> > My guess is the problem is that the views use column(func(params))
> > which get output by pg_dump as func(params).column.
>
> Um. Looks like you're right: I see
> pgadmin_get_sequence(c.oid).sequence_last_value
> and some similar bogosities in the sample views.
>
> > I can replicate in
> > 7.2beta4 with a simpler case, but haven't looked any further.
>
> Er, what version do you have, again? I tweaked the backend to fix that
> problem awhile ago --- according to the CVS logs the fix is in 7.2beta4:
Err.. b2, oops, that was the machine I didn't upgrade, sorry about that,
wrong terminal strikes again.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Cheirie Shum | 2002-01-30 00:52:01 | postgres is slow?? |
| Previous Message | Gregory Wood | 2002-01-29 22:14:57 | Re: pg_dump/PgAdmin problem? |