Re: OID question - Mailing list pgsql-general

From Arguile
Subject Re: OID question
Date
Msg-id LLENKEMIODLDJNHBEFBOGEDFEDAA.arguile@lucentstudios.com
Whole thread Raw
In response to OID question  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
List pgsql-general
Shaunn Johnson wrote,

> 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.



pgsql-general by date:

Previous
From: "Johnson, Shaunn"
Date:
Subject: OID question
Next
From: Doug McNaught
Date:
Subject: Re: execute permissions of stored procedures?