Re: Trigger Function Problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: Trigger Function Problem
Date
Msg-id [email protected]
Whole thread Raw
In response to Trigger Function Problem  ("Van Ingen, Lane" <[email protected]>)
List pgsql-novice
"Van Ingen, Lane" <[email protected]> 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