Re: regarding oid(object id)
От | Vibhor Kumar |
---|---|
Тема | Re: regarding oid(object id) |
Дата | |
Msg-id | 3061F750-3CA3-476D-99FF-0B02999A5747@enterprisedb.com обсуждение исходный текст |
Ответ на | regarding oid(object id) (siva kiran balijepalli <b.sivakiran@gmail.com>) |
Список | pgsql-novice |
On Mar 10, 2011, at 12:31 PM, siva kiran balijepalli wrote: > Hi > i am novice postgr sql user. > > I have created a table named customer in my data base. > also i have inserter some of the rows into my table. > when i try to execute this command to select object id's (oid) i am getting following error. > > select oid from customer; > error: column oid doesn't exist For old/Existing Table without OID, you can't get OID. > note: even though i have changed the > default_with_oids = on in postgreconf file,i am not getting the oid's. > Setting Above parameter will make sure that new tables will get created with OIDs. i.e you don't have to mention WITH OID in CREATE TABLE Syntax. Thanks & Regards, Vibhor Kumar EnterpriseDB Corporation The Enterprise PostgreSQL Company vibhor.kumar@enterprisedb.com Blog:http://vibhork.blogspot.com
В списке pgsql-novice по дате отправления: