Re: Invisible PROMPT2

2019-12-22 Thread Maxence Ahlouche
ould concatenate with a tab?), but I'm not sure it's worth the effort. commit 491cf173aad247299622796775feea580a8f9b13 (HEAD -> refs/heads/patch_psql_prompt) Author: Maxence Ahlouche Date: Wed Nov 27 16:21:35 2019 +0100 Fix %w length in PROMPT2 when PROMPT1 contains a newline, in psql. The width o

Re: Invisible PROMPT2

2019-11-27 Thread Maxence Ahlouche
it's a start. Otherwise, nice feature, I like it! Regards, Maxence commit 7fca5709d3ada8cf0b4219c707562cd841c997d2 (HEAD -> refs/heads/psql_prompt) Author: Maxence Ahlouche Date: Wed Nov 27 16:21:35 2019 +0100 Fix %w length in PROMPT2 when PROMPT1 contains a newline, in psql.

Re: Show a human-readable n_distinct in pg_stats view

2019-03-15 Thread Maxence Ahlouche
On Wed, 13 Mar 2019 at 15:14, Maxence Ahlouche wrote: > * Should I add this patch to the commitfest? I added it: https://commitfest.postgresql.org/23/2061/

Show a human-readable n_distinct in pg_stats view

2019-03-13 Thread Maxence Ahlouche
te the documentation as well. I'm guessing this patch would break scripts relying on the pg_stats view, but I do not know how much we want to avoid that, since they should rely on the base tables rather than on the views. Thanks in advance for your input! Regards, Maxence Ahlouche diff --