diff main/database/src/pq_update_types.cc @ 11429:61ea672a060a octave-forge

Consider schemas in type specifications by name.
author i7tiol
date Sun, 03 Feb 2013 10:26:05 +0000
parents 9aee227e296c
children 2257648e8ce1
line wrap: on
line diff
--- a/main/database/src/pq_update_types.cc	Fri Feb 01 17:01:00 2013 +0000
+++ b/main/database/src/pq_update_types.cc	Sun Feb 03 10:26:05 2013 +0000
@@ -26,7 +26,7 @@
 DEFUN_DLD (pq_update_types, args, ,
            "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} pq_update_types (@var{connection})\n\
-Updates information on existing postgresql types for @var{connection}. Use this before @code{pq_exec_params} if types were created or dropped while the connection was already established. A newly created connection will automatically retrieve this information at connection time.\n\
+Updates information on existing postgresql types for @var{connection}. Use this before @code{pq_exec_params} if types were created or dropped while the connection was already established or if the schema search path changed. A newly created connection will automatically retrieve this information at connection time.\n\
 \n\
 @end deftypefn")
 {