From: | Shaozhong SHI <shishaozhong(at)gmail(dot)com> |
---|---|
To: | Michael Lewis <mlewis(at)entrata(dot)com> |
Cc: | Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Issues of slow running queries when dealing with Big Data |
Date: | 2020-07-28 15:51:14 |
Message-ID: | CA+i5JwbGW6zwXRCO5Xa=LK3EgH+=y78QULCgnazP65x1FzYPHQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
Please find the result of select name, setting, source from pg_settings
where source <> 'default';
Regards,
Shao
On Tue, 28 Jul 2020 at 16:42, Michael Lewis <mlewis(at)entrata(dot)com> wrote:
> On Tue, Jul 28, 2020 at 7:59 AM Shaozhong SHI <shishaozhong(at)gmail(dot)com>
> wrote:
>
>> Hi, Gavin,
>>
>> PostgreSQL Version - 10.11. PostGIS Version - 2.4.7. Operating System -
>> Red Hat Enterprise Linux 7.7 .
>>
>> That is all I know at the moment.
>>
>> As I understand, our IT staff is building another one to sit on Azure.
>>
>
> Please don't top-post in these mailing lists.
>
> Can you share the results of the below?
>
> select name, setting, source from pg_settings where source <> 'default';
>
Attachment | Content-Type | Size |
---|---|---|
image/png | 41.1 KB | |
image/png | 39.7 KB | |
image/png | 43.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | David Gauthier | 2020-07-28 16:40:24 | Need free PG odbc driver for Windows 10 |
Previous Message | alex maslakov | 2020-07-28 15:45:49 | Re: determine what column(s) form the primary key, in C extention |