Re: Showing parallel status in \df+ - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Showing parallel status in \df+
Date
Msg-id CAFj8pRB9uoWEEAPvGm-v9NiSFt903=erssE6XdF3Dee44agDUw@mail.gmail.com
Whole thread Raw
In response to Re: Showing parallel status in \df+  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Showing parallel status in \df+  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers


2016-10-03 22:03 GMT+02:00 Tom Lane <tgl@sss.pgh.pa.us>:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> 2016-10-03 21:54 GMT+02:00 Robert Haas <robertmhaas@gmail.com>:
>> On Fri, Sep 30, 2016 at 8:47 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> Personally I'm on the edge of washing my hands of the whole thing...

>> The hand-washing strategy has a lot to recommend it; this thread is
>> going nowhere fast.  I don't care enough to put up a big stink about
>> the idea of removing PL source code from \df+ output, but it's not
>> what I'd choose to do; let's call me -0 on that option.

> I can write the patch - I am sure so cleaned \df+ output will be better
> than what we have now.

Writing a patch is not the problem.  Getting consensus on what it should
do is the problem.

I am feeling consensus on removing source of PL from \dt+. There is partial consensus on saving this field (renamed) for C and internal language. I am not sure about consensus about \sf enhancing.

First point is almost clean -- others not, but is not necessary do it now. Who needs some special functionality, he can do direct query on pg_proc. It is not mayor functionality - there is more than one possible substitution - so cleaning without any other changes should be ok too.

Regards

Pavel

 

                        regards, tom lane

pgsql-hackers by date:

Previous
From: otar shavadze
Date:
Subject: Re: [GENERAL] Understanding “max_wal_size” and “min_wal_size” parameters default values from postgresql.conf file
Next
From: Robert Haas
Date:
Subject: Re: Learning to hack Postgres - Keeping track of ctids