*** pgsql/doc/src/sgml/plperl.sgml 2010/01/20 01:08:21 2.73 --- pgsql/doc/src/sgml/plperl.sgml 2010/01/20 03:37:10 2.74 *************** *** 1,4 **** ! PL/Perl - Perl Procedural Language --- 1,4 ---- ! PL/Perl - Perl Procedural Language *************** BEGIN { strict->import(); } *** 320,325 **** --- 320,326 ---- Access to the database itself from your Perl function can be done via the following functions: + *************** SELECT done(); *** 678,684 **** - --- 679,684 ----