[BACK]Return to init.sql CVS log [TXT][DIR] Up to [pgFoundry] / uint / uint / sql

File: [pgFoundry] / uint / uint / sql / init.sql (download)

Revision 1.1, Mon Sep 29 04:54:00 2008 UTC (23 months ago) by rbrad
Branch: MAIN
CVS Tags: HEAD

Initial checking for the unsigned integer data type.

SET client_min_messages = warning;

--
-- Add the unsigned integer datatype.
--
\set ECHO none
\i uint.sql
\set ECHO all