From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Gert <gert(dot)conradie(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Error when assigning default value for function parameter |
Date: | 2009-08-04 18:47:09 |
Message-ID: | 162867790908041147wecd62a6h74b650b56de5492e@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello
2009/8/4 Gert <gert(dot)conradie(at)gmail(dot)com>:
> I'm a bit in the dark:
> I use Windows XP
> I use pgAdmin ver 1.8.4
> I use PostGres 8.3.6
>
You have to upgrade to 8.4. Default parameter's values are implemented in 8.4.
regards
Pavel Stehule
> All the documentation points out that it is allowed to assign default
> values to parameters, but I get a syntax error here.
>
> I would appreciate feedback.
>
> CREATE OR REPLACE FUNCTION myfunc(a integer , b integer DEFAULT 100)
> RETURNS INTEGER AS $$
> select 200;
> $$ language sql;
>
> ERROR: syntax error at or near "DEFAULT"
> LINE 1: ...TE OR REPLACE FUNCTION ___myfunc(a int, b integer DEFAULT
> 10...
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-08-04 18:59:12 | Re: CHECK constraint fails when it's not supposed to |
Previous Message | Frank Heikens | 2009-08-04 18:43:37 | Re: Error when assigning default value for function parameter |