Re: Database function syntax for inserting records

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Susan Hoddinott" <susan(at)perth(dot)dialix(dot)com(dot)au>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Database function syntax for inserting records
Date: 2003-03-04 17:31:14
Message-ID: 200303040931.14851.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Susan,

> which seems to me to be consistent with the instructions given in the
> Reference manual. However, when trying to create this function I receive
> the errors:
>
> parser: parse error at or near ";"
>
> parser: parse error at or near "orderinsert"

What version of Postgres are you using? Create function syntax has changed
through the various versions.

--
Josh Berkus
josh(at)agliodbs(dot)com
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Fernando 2003-03-04 17:44:44 SETOF
Previous Message Greg Stark 2003-03-04 16:56:43 Re: Gist indexes on int arrays