Re: pg_dump/PgAdmin problem?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
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:11:50
Message-ID: 17627.1012342310@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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:

http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Wood 2002-01-29 22:14:57 Re: pg_dump/PgAdmin problem?
Previous Message Lamar Owen 2002-01-29 22:02:16 Re: 7.2 RPMs (Re: [HACKERS] PostgreSQL v7.2rc2 Released)