please cc me
If I am using some server side langauge to access Postgres - php,
python, perl, asp, if I make a connection, do the following actions
affect the connection, or the individual query that contains them:
turn off autocommit
start transaction
commit transaction
SET schema
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
If I am using some server side langauge to access Postgres - php,
python, perl, asp, if I make a connection, do the following actions
affect the connection, or the individual query that contains them:
turn off autocommit
start transaction
commit transaction
SET schema
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Comment