GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Alzabo::Driver::PostgreSQL(3) User Contributed Perl Documentation Alzabo::Driver::PostgreSQL(3)

Alzabo::Driver::PostgreSQL - PostgreSQL specific Alzabo driver subclass

  use Alzabo::Driver::PostgreSQL;

This provides some PostgreSQL specific implementations for the virtual methods in Alzabo::Driver.

Besides the parameters listed in the Alzabo::Driver docs, the following parameters are accepted:
  • options
  • tty

This method accepts the same parameters as the "connect()" method.

Returns the last id created for a sequenced column.

Returns the maximum identifier length allowed by the database. This is really a guess based on the server version, since the actual value is set when the server is compiled.

In testing, I found that there were some problems using Postgres in a situation where you start the app, connect to the database, get some data, fork, reconnect, and and then get more data. I suspect that this has more to do with the DBD::Pg driver and/or Postgres itself than Alzabo. I don't believe this would be a problem with an app which forks before ever connecting to the database (such as mod_perl).

Dave Rolsky, <autarch@urth.org>
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.