Re: update in triggers

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Mike G(dot)" <mike(at)thegodshalls(dot)com>
Cc: Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au>, pgsql-general(at)postgresql(dot)org
Subject: Re: update in triggers
Date: 2005-01-19 06:31:54
Message-ID: 20050119063154.GA57110@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bo Lorentsen 2005-01-19 06:40:18 Re: Index optimization ?
Previous Message Michael Fuhr 2005-01-19 06:23:08 Re: update in triggers