| From: | siva kiran balijepalli <b(dot)sivakiran(at)gmail(dot)com> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | regarding oid(object id) |
| Date: | 2011-03-10 07:01:30 |
| Message-ID: | AANLkTi=Xr49mwAZXZWTrCOwtFz10VKkw6rFSv=fPS0s7@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
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
note: even though i have changed the
default_with_oids = on in postgreconf file,i am not getting the oid's.
my postgre sql version is 8.4
but when i try to select oid's for already existed tables in pg_catalogue
the output is coming
for eg: select oid from pg_proc;
please reply
thanks & regards
sivakiran.B
| From | Date | Subject | |
|---|---|---|---|
| Next Message | siva kiran balijepalli | 2011-03-10 09:15:34 | difference between functions and stored procedure |
| Previous Message | Jaime Casanova | 2011-03-10 05:50:32 | Re: Cannot install pgAgent on Windows |