public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: Murtuza Zabuawala <[email protected]>
Cc: pgadmin-hackers <[email protected]>
Subject: Re: [pgAdmin4][PATCH] To fix the issue in server stats sql (PPAS9.2)
Date: Wed, 17 May 2017 15:53:28 +0100
Message-ID: <CA+OCxow8MGes5FxkOgemrj1GPVwOHe-hfMY_XK9p6Eht+KQdrQ@mail.gmail.com> (raw)
In-Reply-To: <CAKKotZS3rgwT2H7iDx0vuxc3t+1s1eP=wXWSk7Aru1FxoBS6xQ@mail.gmail.com>
References: <CAKKotZS3rgwT2H7iDx0vuxc3t+1s1eP=wXWSk7Aru1FxoBS6xQ@mail.gmail.com>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Thanks - patch applied.
On Tue, May 16, 2017 at 4:43 PM, Murtuza Zabuawala <
[email protected]> wrote:
> Hi,
>
> PFA minor patch to fix the in server stats sql where it was fails to
> execute because it is not able to concat inet (type) when using with ||
> operator.
>
> *Fails:*
> select client_addr || ':' || client_port from pg_stat_activity
>
> *Works:*
> select client_addr::text || ':' || client_port from pg_stat_activity
>
> Fixes RM#1831
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgAdmin4][PATCH] To fix the issue in server stats sql (PPAS9.2)
In-Reply-To: <CA+OCxow8MGes5FxkOgemrj1GPVwOHe-hfMY_XK9p6Eht+KQdrQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox