| From: | "Massimo Mollo" <maxy0440yxam(at)yahoo(dot)it> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #1722: table with a serial field don't works |
| Date: | 2005-06-19 19:49:25 |
| Message-ID: | 20050619194925.E5B18F0B00@svr2.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1722
Logged by: Massimo Mollo
Email address: maxy0440yxam(at)yahoo(dot)it
PostgreSQL version: 8.03
Operating system: win2000pro, winXphome
Description: table with a serial field don't works
Details:
I've installed postgres on 2 pcs, a win2000 and a winxp home.
when i create a table with a SERIAL field, the pgadmin can see and use it,
but with psql or a .net program using odbc, ole or lpgsql, the error is
"RELATION *tablename* NOT FOUND".
i tryed to use psql and the .net program on the same pc, or a lan-connected
pc.
If i change the type of the field originally SERIAL, the error vanish.
i searched on forums, but none knows that problems.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2005-06-20 04:30:35 | Re: BUG #1721: mutiple bytes character string comaprison |
| Previous Message | Tom Lane | 2005-06-19 15:18:08 | Re: BUG #1721: mutiple bytes character string comaprison error |