PLPGSQL: DECLARE more variable with same type at once - Mailing list pgsql-general

From Durumdara
Subject PLPGSQL: DECLARE more variable with same type at once
Date
Msg-id CAEcMXhkacPvf+ZhJ844hGO6Z2NGFAmTPpvJ9aPsQfxH9nSMo4w@mail.gmail.com
Whole thread Raw
Responses Re: PLPGSQL: DECLARE more variable with same type at once  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: PLPGSQL: DECLARE more variable with same type at once  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Hello!

I want to ask how to shortening code?

    Delta double precision;
    UjErtek double precision;
    UjDErtek double precision;

For example - but this makes an error:
    Delta, UjErtek, UjDErtek double precision;

Do you know any other form?

Thank you for it!

Best regards
   dd

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: How to plpgsql scripting
Next
From: "David G. Johnston"
Date:
Subject: Re: How to plpgsql scripting