debian man page for alzabo::postgresql

Query: alzabo::postgresql

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Alzabo::PostgreSQL(3pm) 				User Contributed Perl Documentation				   Alzabo::PostgreSQL(3pm)

NAME
Alzabo::PostgreSQL - Alzabo and PostgreSQL
DESCRIPTION
This documentation is about what special support Alzabo has for PostgreSQL, as well as what is lacking. Postgres support is based on the 7.3.x version of Postgres. Alzabo should work with the 7.1 and 7.2 series, and may even work with the 7.0 series. Mixed-case Table or Column Names By default, Postgres treats table and column names case-insensitively. Because of this, Alzabo always quotes these names when generating DDL SQL. If you are using tables or columns that contain upper-case characters, you should always call "$schema->set_quote_identifiers(1)" as soon as you load your schema object. Otherwise, any method which generates DML SQL will fail. Reverse Engineering o Alzabo cannot determine from the existence of a sequence that the sequence is meant to be used for a particular column unless the sequence was created as a result of making a column's type SERIAL. This is because there is no link between the two in the Postgres' data dictionary tables and will probably never change. Transactions o Transactions are fully supported with Postgres. Outer joins o Left and right outer joins are supported. o Full outer joins are not supported. Constraints Column constraints can be specified as column attributes. Table constraints can be specified as table attributes. Foreign key constraints are generated automatically based on the relationships defined by your schema. perl v5.8.8 2007-12-23 Alzabo::PostgreSQL(3pm)
Related Man Pages
alzabo::create::foreignkey(3pm) - debian
alzabo::create::table(3pm) - debian
alzabo::postgresql(3pm) - debian
alzabo::runtime::inserthandle(3pm) - debian
alzabo::sqlmaker::postgresql(3pm) - debian
Similar Topics in the Unix Linux Community
find a column in a schema
Determining PostgreSQL version
Check in File
Generate a DML dynamically based off of header record
Script for removing Postgres