--i just got that not seconds before i got
your email (by skulking around groups.google.com)
--thanks all!
-X
-----Original Message-----
From: Arguile [mailto:arguile(at)lucentstudios(dot)com]
Sent: Tuesday, February 19, 2002 9:33 AM
> How can I find out the OID of a table name?
SELECT oid FROM pg_class WHERE relname = 'object_name';
See the documentation on system tables for more info.