Re: psql: Add leakproof field to \dAo+ meta-command results - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: psql: Add leakproof field to \dAo+ meta-command results
Date
Msg-id CAEZATCUO8H2s88nAg7fetc41xpMvBoR2GHHRropFALVkVpLjOQ@mail.gmail.com
Whole thread Raw
In response to psql: Add leakproof field to \dAo+ meta-command results  (Yugo NAGATA <nagata@sraoss.co.jp>)
Responses Re: psql: Add leakproof field to \dAo+ meta-command results
List pgsql-hackers
On Tue, 14 Jan 2025 at 08:44, Yugo NAGATA <nagata@sraoss.co.jp> wrote:
>
> I've attached a updated patch v4 that includes fixes on translate_columns[]
> and ranslate_columns_pre_96[].
>

This looked good to me, so I've pushed both patches.

I changed the column name to "Leakproof?" with a question mark,
because all other boolean columns in psql meta-commands end with a
question mark.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: Make pg_stat_io view count IOs as bytes instead of blocks
Next
From: Tom Lane
Date:
Subject: Re: Support --include-analyze in pg_dump, pg_dumpall, pg_restore