Re: RFD: schemas and different kinds of Postgres objects

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Henshall, Stuart - WCP" <SHenshall@westcountrypublications.co.uk>
Cc: Peter Eisentraut <peter_e@gmx.net>, Fernando Nasser <fnasser@redhat.com>, pgsql-hackers@postgresql.org
Date: 2002-01-23T14:59:39Z
Lists: pgsql-hackers
"Henshall, Stuart - WCP" <SHenshall@westcountrypublications.co.uk> writes:
> Could you just have a general rule of search in order of age (by OID)?

No, unless you plan to abandon the whole notion of resolving ambiguous
operator/function calls.  (Which'd cut down our TODO list a good bit ;-)
but I don't think users would be happy...)  OID/age ordering generally
has little to do with reasonable resolution behavior.

			regards, tom lane