* PostgreSQL does not have buffered/unbuffered modes.
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 10 Jun 2004 06:37:12 +0000 (06:37 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 10 Jun 2004 06:37:12 +0000 (06:37 +0000)
commit654052ad238c14eedcb2cb955307a1289bae63fb
tree9311b368acad95a45063bd5e53941a998b5a0451
parentc164fc5312292eee881b551904e7f0a9a22a3b16
* PostgreSQL does not have buffered/unbuffered modes.
  There's no need for that due to row-level locking.

* pg_result_error is for asynchronous operation.
  Maybe in future it could be nice, but now we
  perform only one request at a time.
includes/DatabasePostgreSQL.php