Re: RFC: Command Restrictions by INI file with Audit Logging (DROP/TRUNCATE/DELETE) - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: RFC: Command Restrictions by INI file with Audit Logging (DROP/TRUNCATE/DELETE)
Date
Msg-id 0FBC38C1-9235-440D-9E6E-24C0BF974C4F@yesql.se
Whole thread Raw
In response to Re: RFC: Command Restrictions by INI file with Audit Logging (DROP/TRUNCATE/DELETE)  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
List pgsql-hackers
> On 5 May 2025, at 23:37, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote:
> Tom Lane <tgl@sss.pgh.pa.us> writes:

>> which for starters means you'd have to write your own parser.
>> Something that might integrate better is JSON; we already have
>> code for that, and use-cases such as backup manifest files.
>
> JSON isn't very human-friendly for writing, it's more of a data
> interchange format that happens to be human-readable.

The thread for adding --filter to pg_dump discussed file formats at length,
there might be learnings and arguments there which are of interest.

https://postgr.es/m/CAFj8pRB10wvW0CC9Xq=1XDs=zCQxer3cbLcNZa+qiX4cUH-G_A@mail.gmail.com

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: 2025-05-08 release announcement draft
Next
From: Yura Sokolov
Date:
Subject: Re: bug: virtual generated column can be partition key