Re: Trigger Function Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Van Ingen, Lane" <lvaningen(at)ESNCC(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Trigger Function Problem
Date: 2005-05-19 21:48:15
Message-ID: 400.1116539295@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Van Ingen, Lane" <lvaningen(at)ESNCC(dot)com> writes:
> create_day_flag varchar default := '';

You can write "default", or you can write ":=" ... but not both.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-05-19 21:52:44 Re: Timezone into/out of function
Previous Message Walker, Jed S 2005-05-19 19:29:58 Timezone into/out of function