"Josh Tolley" <[EMAIL PROTECTED]> writes: > On a different sideline based on the original note of this thread, > much as EXPLAIN doesn't include the schema, \d doesn't include the > schema to describe INHERIT relationships in 8.2.4. If you have two > tables called PARENT, in two different schemas, and a child that > inherits from one of them, \d won't tell you which of the two it > inherits from.
Yes it does, because that's actually regclass output. It'll be schema-qualified if the table is not visible in your search path. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq