Changes

Jump to: navigation, search

PostgreSQL Adapter Project - Resources

60 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
:: 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. Sequences are most commonly used via the serial pseudotype.[http://neilconway.org/docs/sequences/]
===Functions===
1
edit

Navigation menu