Re: Bug in pg_describe_object - Mailing list pgsql-hackers

From Joel Jacobson
Subject Re: Bug in pg_describe_object
Date
Msg-id AANLkTimL=on37wDqs+=Ty2_0dNj1Yo7Emh+2oKA6J+gv@mail.gmail.com
Whole thread Raw
In response to Re: Bug in pg_describe_object  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Bug in pg_describe_object  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2011/1/11 Tom Lane <tgl@sss.pgh.pa.us>:
> Seems like concatenating the OIDs would accomplish that.  (If you
> think not, well, you still haven't explained what problem you're trying
> to solve...)

The can be different in two different databases sharing the same
original schema, but of two different versions.
In this case it is better to compare textual strings describing the
objects than to compare based on oids.

--
Best regards,

Joel Jacobson
Glue Finance


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Bug in pg_describe_object
Next
From: Tom Lane
Date:
Subject: Re: LOCK for non-tables