quot;inherit" means "erben" in
> German, "vererben" is "bequeath".
>
> ---(end of broadcast)---
> TIP 5: don't forget to increase your free space map settings
>
--
Jim C. Nasby, Sr. Engineering Consultant [EMAIL
mber has been
> removed, what will it show?
> Line number?
bench=# SELECT blah
bench-# FROMx;
ERROR: parse error at or near "FROMx"
LINE 2: FROMx;
^
bench=#
Note that it's still there in the server logs, though...
ERROR: parse error at or near "FROMx"
ell.
It's not configurable?
--
Jim C. Nasby, Database Architect[EMAIL PROTECTED]
Give your computer some brain candy! www.distributed.net Team #1828
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
on_schema,
> whatever their actual name are.
BTW, it'd probably be useful to have an easy way to show everything.
It's not that uncommon to want to go into the catalog tables...
--
Jim C. Nasby, Database Architect[EMAIL PROTECTED]
Give your computer some brain candy! ww
g... Doesn't invalidate my
> point, though ;-)
>
> BTW, I just checked the postgresql CVS, and found the in the beginnings
> of schema-support in pgsql, the public schema had oid 2071. It got
> changed to 2200 before 7.3 was released, though.
>
> greetings, Florian Pfl