Re: Trigger Function Problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: Trigger Function Problem
Date
Msg-id 400.1116539295@sss.pgh.pa.us
Whole thread Raw
In response to Trigger Function Problem  ("Van Ingen, Lane" <lvaningen@ESNCC.com>)
List pgsql-novice
"Van Ingen, Lane" <lvaningen@ESNCC.com> writes:
>     create_day_flag       varchar default := '';

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

            regards, tom lane

pgsql-novice by date:

Previous
From: "Walker, Jed S"
Date:
Subject: Timezone into/out of function
Next
From: Tom Lane
Date:
Subject: Re: Timezone into/out of function