Re: update in triggers - Mailing list pgsql-general

From Michael Fuhr
Subject Re: update in triggers
Date
Msg-id 20050119063154.GA57110@winnie.fuhr.org
Whole thread Raw
In response to Re: update in triggers  ("Mike G." <mike@thegodshalls.com>)
List pgsql-general
On Tue, Jan 18, 2005 at 11:34:41PM -0600, Mike G. wrote:

> Isn't the syntax CREATE OR REPLACE FUNCTION chargeratetest() RETURNS "trigger" AS'

That's the same thing as

> > CREATE OR REPLACE FUNCTION "chargeratetest" () RETURNS trigger AS'

with different identifiers quoted.  See the documentation for quoted
identifiers:

http://www.postgresql.org/docs/7.4/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: update in triggers
Next
From: Ken Tozier
Date:
Subject: Re: Getting table metadata