Re: Syntax error

From: Simon Connah <simon(dot)n(dot)connah(at)protonmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-novice <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Re: Syntax error
Date: 2022-10-31 01:49:47
Message-ID: Gi0Ga-IdqRfElHWAdHZH-l58OO8SPY4FgTXMmbMEH29B0FT46uLj8o6eLcn6r2MEAxb3OhzlfsW3bAz_OJ_XD5ZjF4B90aDiW39PMIQVXF8=@protonmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

------- Original Message -------
On Monday, October 31st, 2022 at 01:30, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

> On Sun, Oct 30, 2022 at 6:11 PM Simon Connah <simon(dot)n(dot)connah(at)protonmail(dot)com> wrote:
>

> > Hi.
> >

> > The SQL file and error can be found here:
> >

> > https://gist.github.com/simonconnah/eddeed2661949c90f34ff91a3db3191b
>

>

> For something that trivial just include it in the body of the email, don't make people go out to a static foreign site to know what you are talking about. About the only good exception to this is a db-fiddle website where you can actually execute the code being posted. (and you should still put the main parts of the question in the email even then).
>

>

> >

> >

> > I'm not sure why I'm getting the error message. It is something straightforward, but I'm stumped.
> >

> > If someone could point me in the right direction, I would appreciate it.
>

>

> You invented some create function syntax the system has no clue what to do with. There are only two mutually exclusive options for RETURNS, "rettype" or the word "TABLE" then a table specification. You seem to somehow wish to combine them, dropping the word TABLE.
>

> https://www.postgresql.org/docs/current/sql-createfunction.html
>

> David J.
>

My apologies. I won't use GitHub anymore. I just made an (incorrect) assumption that most people would find it easier to use.

Yes, I was playing around with it for a bit but got stuck and probably did something stupid.

Simon.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bzzzz 2022-10-31 02:12:07 Re: Syntax error
Previous Message David G. Johnston 2022-10-31 01:30:04 Re: Syntax error