comparison main/database/src/pq_update_types.cc @ 12613:9cb56e0cd09b octave-forge

Remove autoloaded functions at package unload.
author i7tiol
date Fri, 08 May 2015 20:08:28 +0000
parents 2257648e8ce1
children 1af86934c14e
comparison
equal deleted inserted replaced
12612:2257648e8ce1 12613:9cb56e0cd09b
20 #include <octave/oct.h> 20 #include <octave/oct.h>
21 21
22 #include "command.h" 22 #include "command.h"
23 23
24 // PKG_ADD: autoload ("pq_update_types", "pq_interface.oct"); 24 // PKG_ADD: autoload ("pq_update_types", "pq_interface.oct");
25 // PKG_DEL: autoload ("pq_update_types", "pq_interface.oct", "remove");
25 26
26 DEFUN_DLD (pq_update_types, args, , 27 DEFUN_DLD (pq_update_types, args, ,
27 "-*- texinfo -*-\n\ 28 "-*- texinfo -*-\n\
28 @deftypefn {Loadable Function} pq_update_types (@var{connection})\n\ 29 @deftypefn {Loadable Function} pq_update_types (@var{connection})\n\
29 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\ 30 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\