Another Date question

From: Andy Lewis <alewis(at)roundnoon(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Another Date question
Date: 1999-12-03 03:56:52
Message-ID: Pine.LNX.4.05.9912022154120.9296-100000@rns.roundnoon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Hello All!

I'd like to create a table with a datetime field that defaults to +60
days.

mydate datetime default 'now() +(at)60 days',
...

Doesn't seem to work.

What am I missing?

Thanks

Andy

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 1999-12-03 04:27:13 Re: [HACKERS] Brain-Dead Sort Algorithm???
Previous Message Aaron J. Seigo 1999-12-03 02:43:06 Re: [HACKERS] Brain-Dead Sort Algorithm???

Browse pgsql-sql by date

  From Date Subject
Next Message tjk@tksoft.com 1999-12-03 05:56:36 Re: [SQL] A search SQL query
Previous Message Chris Griffin 1999-12-03 03:16:58 Re: [SQL] Logical and for int4?