RE: [SQL] Use of 'default TEXT now()' - Mailing list pgsql-sql

From Jackson, DeJuan
Subject RE: [SQL] Use of 'default TEXT now()'
Date
Msg-id D05EF808F2DFD211AE4A00105AA1B5D2026966@cpsmail.cpsgroup.com
Whole thread Raw
List pgsql-sql
You might take a look at the tutorial on the PostgreSQL web-site
(http://www.postgreSQL.ORG/docs/tutorial/index.html).
There are other references under the "Getting Help/Documentation" section in
the web-site as well

> -----Original Message-----
> From: Ing. Roberto Andrade [mailto:randrade@campus.iztacala.unam.mx]
> Sent: Wednesday, March 24, 1999 3:32 PM
> To: sql
> Subject: RE: [SQL] Use of 'default TEXT now()'
>
>
> Hi Jackson:
>
> On Wed, 24 Mar 1999, Jackson, DeJuan wrote:
>
> > Use:
> >   fecha_obs    datetime default datetime(now())
> > The use of TEXT was for:
> >   fecha_obs datetime default text 'now'
> > which will also do what you want (I believe, haven't tried it).
> >     -DEJ
>
> Where can I get some help about this subject?
>
> TIA,
>
> Roberto Andrade Fonseca
>

pgsql-sql by date:

Previous
From: Rich Shepard
Date:
Subject: Re: [SQL] Use of 'default TEXT now()'
Next
From: Ingrith Andrea Correa Vargas
Date:
Subject: types and subtypes