Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Resources

220 bytes added, 12:01, 13 December 2010
Mapping Data Types, Metadata
: BLOBs [http://www.postgresql.org/files/documentation/books/aw_pgsql/node96.html]
: Serial - Auto_Increment - Sequence
:: Serial vs A sequence is a special kind of database object designed for generating unique numeric identifiers. It is typically used to generate artificial primary keys. Sequences are similar, but not identical, to the AUTO_INCREMENT concept in MySQL.[http://neilconway.org/docs/sequences/]
===Functions===
1
edit