Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: Mark Wong <markwkm(at)gmail(dot)com>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Date: 2025-11-07 13:14:20
Message-ID: CAB-JLwYpfK3WCFJ1MT1sAB7Zj9w61wv7fMuCH2vZGW9W4JP15w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em sex., 7 de nov. de 2025 às 09:21, Akshay Joshi <
akshay(dot)joshi(at)enterprisedb(dot)com> escreveu:

> Attached is the v7 patch, which is ready for review.
>
>> <https://enterprisedb.com>
>>>
>>> For this functionality to be complete, the
ALTER TABLE ... ENABLE ROW LEVEL SECURITY
statement needs to be added to the command.

Did you think about that ?
Maybe one more parameter ?

regards
Marcos

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2025-11-07 13:37:32 Re: Consistently use the XLogRecPtrIsInvalid() macro
Previous Message Akshay Joshi 2025-11-07 12:20:52 Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement