MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Server::DBI::Driver::PostgreSQL
Section: User Contributed Perl Documentation (3)
Updated: 2008-09-30
Index Name
OpenXPKI::Server::DBI::Driver::PostgreSQL
Description
This is the PostgreSQL driver for OpenXPKI's database interface. Itimplements all PostgreSQL specific stuff.
Driver specific stuff
BIGINT and
NUMERIC are
"numeric (49)".
Functions
get_dsn
PostgreSQL uses
NAME,
PORT and
HOST.
NAME is required. The otherparameters are optional.
get_new_serial
Normal sequence generator.
sequence_exists
We try to detect an already existing squence by selecting the next value.
create_sequence
creates a new sequence.
drop_sequence
deletes sequence. Must be called with
MODE set to
FORCE.
Index
- Name
- Description
- Driver specific stuff
- Functions
- get_dsn
- get_new_serial
- sequence_exists
- create_sequence
- drop_sequence
This document was created byman2html,using the manual pages.