Re: [HACKERS] For review: Server instrumentation patch - Mailing list pgsql-patches

From Andreas Pflug
Subject Re: [HACKERS] For review: Server instrumentation patch
Date
Msg-id 42FB6F9F.9070509@pse-consulting.de
Whole thread Raw
In response to Re: [HACKERS] For review: Server instrumentation patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian wrote:
> Dave Page wrote:
>
>
> The only part I didn't like about the patch is the stat display:
>
>     test=> select pg_file_stat('postgresql.conf');
>                                     pg_file_stat
>     -----------------------------------------------------------------------------
>
>      (12287,"2005-08-11 00:06:30","2005-08-11 00:06:43","2005-08-11 00:06:30",f)
>     (1 row)
>
> Shouldn't this return multiple labeled columns rather than an array?

pg_show_all_settings output is equally unreadable, designed not to be
used directly.

Regards,
Andreas

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] For review: Server instrumentation patch
Next
From: "Joshua D. Drake"
Date:
Subject: Re: remove BufferBlockPointers for speed and space