comparison man/lispref/postgresql.texi @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 5aa1854ad537
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
779 779
780 @defun pq-get-result conn 780 @defun pq-get-result conn
781 Retrieve an asynchronous result from a query. 781 Retrieve an asynchronous result from a query.
782 @var{conn} A database connection object. 782 @var{conn} A database connection object.
783 783
784 NIL is returned when no more query work remains. 784 @code{nil} is returned when no more query work remains.
785 @end defun 785 @end defun
786 786
787 @defun pq-set-nonblocking conn arg 787 @defun pq-set-nonblocking conn arg
788 Sets the PGconn's database connection non-blocking if the arg is TRUE 788 Sets the PGconn's database connection non-blocking if the arg is TRUE
789 or makes it non-blocking if the arg is FALSE, this will not protect 789 or makes it non-blocking if the arg is FALSE, this will not protect