changeset 12611:4f35a79fa79a octave-forge

Correct minor documentation typo in pq_conninfo.
author i7tiol
date Tue, 05 May 2015 05:29:10 +0000
parents b5925d668a3a
children 2257648e8ce1
files main/database/src/pq_conninfo.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/database/src/pq_conninfo.cc	Mon May 04 17:18:06 2015 +0000
+++ b/main/database/src/pq_conninfo.cc	Tue May 05 05:29:10 2015 +0000
@@ -26,7 +26,7 @@
 DEFUN_DLD (pq_conninfo, args, ,
            "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {@var{val} =} pq_conninfo (@var{connection}, @var{label})\n\
-Retrieves connection information for postgresql connection @var{connection}, specified by the string @var{label}, and returns the value of this information in @var{val}. The type of @var{val} depends on the requested information. Currently, the only recognized @var{label} is @code{'integer_datetimes'}; @var{val} is @code{true} if 8-byte date and time values are stored as integer in the server, and @code{false} if they are stored as @code{double} (which is depricated).\n\
+Retrieves connection information for postgresql connection @var{connection}, specified by the string @var{label}, and returns the value of this information in @var{val}. The type of @var{val} depends on the requested information. Currently, the only recognized @var{label} is @code{'integer_datetimes'}; @var{val} is @code{true} if 8-byte date and time values are stored as integer in the server, and @code{false} if they are stored as @code{double} (which is deprecated).\n\
 @end deftypefn")
 {
   std::string fname ("pq_conninfo");