Re: Default value for bit datatype

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Default value for bit datatype
Date: 2001-06-07 00:45:12
Message-ID: 9fmiqn$pla$1@node21.cwnet.roc.gblx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 06 Jun 2001 09:57:02 -0400, Terry Fielder <terry(at)greatgulfhomes(dot)com>:

CREATE TABLE my_calendar (
ID serial NOT NULL ,
Global_field bit DEFAULT 0::bit NOT NULL
);

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Scott 2001-06-07 01:08:14 Re: [SQL] maximum number of rows in table - what about oid limits?
Previous Message will trillich 2001-06-07 00:27:30 Re: template1, can there be a template2/3/4?