Re: Declaring a field that is also an out parameter in a function

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Michael Nolan <htfoot(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Declaring a field that is also an out parameter in a function
Date: 2024-07-07 15:00:51
Message-ID: e179736f-19e1-4bec-9231-017d76c635d3@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/7/24 07:53, Pavel Stehule wrote:
>
>
> ne 7. 7. 2024 v 16:48 odesílatel Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>> napsal:
>
> On 7/7/24 07:42, Pavel Stehule wrote:
> >     I'm not sure why there's a warning about using an alias.
> 43.3.1 says
> >     to use them for improved readability.
> >
> >
> > it is obsolete - aliases were used when Postgres doesn't support
> named
> > arguments.
>
> Is that was what it was complaining about or the fact they where
> declared and never used?
>
>
> I am not sure if I understand the question. My  reply was related to
> generic usage of aliases.

The conversation was:

Mike Nolan

"I'm not sure why there's a warning about using an alias. 43.3.1 says
to use them for improved readability."

Pavel Stehule

"it is obsolete - aliases were used when Postgres doesn't support named
arguments."

I was just trying to confirm that the warning was not for ALIAS being
declared. That it was for what you state below.

>
> Report from plpgsql_check was correct - and related variables were not
> used.
>
>
> >
> > I  don't know any good reason why one variable can use more than
> one name.
>
> Section 43.3.2. ALIAS provides the pros/cons.
>
> >
> > There can be an exception when argument names are very long, but
> > generally they are not used.
> >
> >
> >
> >     Mike Nolan
> >
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2024-07-07 15:02:37 Re: Declaring a field that is also an out parameter in a function
Previous Message Pavel Stehule 2024-07-07 14:58:05 Re: Declaring a field that is also an out parameter in a function