| From: | Wei Weng <wweng(at)kencast(dot)com> |
|---|---|
| To: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | Is this a bug? |
| Date: | 2003-03-04 20:11:40 |
| Message-ID: | 20030304151140.A8536@example.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
This is roughly the procedure I took:
1: create a brand name database.
2: create table(s) with psql utility.
3: connect to it using libpq, and do an insert at the very first run.
And the backend returns the infamous "transaction abored, query ignored"
message. However all the following inserts/deletes/updates worked.
But if I do this instead:
3: connect to it using libpq, and do a select call then an insert.
It then went through successfully. (Both the selection and insertion).
Was this a known issue on 7.2 or is it just something on my end I did wrong?
Thanks
Wei
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John L. Turner | 2003-03-05 19:36:08 | PSIC Customers Form |
| Previous Message | Christoph Haller | 2003-03-04 09:58:17 | Re: User Feedback |