Title: anyone actively follow this group?
Can someone point me to an active postgres listing..
this one seems a bit “slow”(no offense intended)...
Title: "select for update" question
Hello,
As I understand it:
Issuing a “select for update” within a transaction will prevent other users from modifying data. (exclusive lock)
I’m contemplating using the DBI interface as a permanent client to postgres for a group of users, and have a few
Title: perlDBD::pg error! Please help (have all details in post)
Have attempted to install DBI and DBD, but DBD “make test” fails.
Below is my complete procedure , starting from:
Accessing PostgreSQL from the command line, (successful)
creating a database, populating. (successful)
Expandi