Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Resources

273 bytes added, 11:39, 6 December 2010
PostgreSQL Specifications
* Data Types
: Binary - hex
:: PostgreSQL can not store values of more than several thousands bytes within any data-type except large objects, nor can binary data be easily entered within single quotes. Instead, large objects (BLOB) are used to store very large values and binary data.
: bit & bit varying - for storing binaries [http://www.postgresql.org/docs/8.1/static/datatype-bit.html]
1
edit