Re: Patch: regschema OID type

David E. Wheeler <david@kineticode.com>

From: "David E. Wheeler" <david@kineticode.com>
To: David Christensen <david@endpoint.com>
Cc: pgsql-hackers@postgresql.org
Date: 2010-01-21T17:52:40Z
Lists: pgsql-hackers
On Jan 21, 2010, at 9:46 AM, David Christensen wrote:

> It uses the same quoting mechanism as regclass, and I've tested against some odd schema names such as "foo""schema"; I updated the docs as I was able, but am not familiar enough with the regression tests to add those yet.  I hope to address that in a future revision.

OOh, /me likey! This would save me a ton of code in pgTAP (about half its queries have to join to pg_namespace to get schema names).

Best,

David