-
+
PL/Perl - Perl Procedural Language
Access to the database itself from your Perl function can be done
- via the function spi_exec_query described
- below, or via an experimental module
- DBD::PgSPI
-
CPAN mirror sites>). This module makes available a
-
DBI>-compliant database-handle named
- $pg_dbh that can be used to perform queries with
-
-
- PL/Perl provides additional Perl commands:
+ via the following functions:
SELECT * FROM test_munge();
+
spi_query and spi_fetchrow
work together as a pair for row sets which might be large, or for cases