Documentação do PostgreSQL 7.4.1 | ||||
---|---|---|---|---|
Anterior | Início | Capítulo 39. PL/Perl - Perl Procedural Language | Fim | Próxima |
Access to the database itself from your Perl function can be done via an experimental module DBD::PgSPI (also available at CPAN mirror sites ). This module makes available a DBI-compliant database-handle named $pg_dbh that can be used to perform queries with normal DBI syntax.
PL/Perl itself presently provides only one additional Perl command:
elog
level, msg