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/