From: | andrew(at)ugh(dot)net(dot)au |
---|---|
To: | bmccoy(at)chapelperilous(dot)net |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Making changes visible to other connections |
Date: | 2000-10-10 14:18:46 |
Message-ID: | Pine.BSF.4.21.0010110011210.41582-100000@starbug.ugh.net.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hmm...It seems I was barking up completely the wrong tree. Everything now
works as I would expect without having to use a transaction.
I'm not exactly sure why but I think it may have been permissions...I
dropped the database and recreated it so it was owned by the user trying
to do the update and now it works fine.
Questions that now come to mind:
1) If it was permissions why did the returned result from PQExec indicate
everything was OK?
2) If it was permissions how come nothing is logged in errlog?
3) If it wasn't permissions what was it?
4) Is there any way to chown a database and tables? I'm guessing its an
update on some system table?
Thanks to Brett McCoy for his assistance,
Andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Efrain Caro | 2000-10-10 14:22:29 | Re: Delphi PostgreSQL Forum |
Previous Message | Trewern, Ben | 2000-10-10 14:03:23 | Listing Triggers corresponding to foreign keys |