Re: CREATE POLICY IF NOT EXISTS - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: CREATE POLICY IF NOT EXISTS
Date
Msg-id 202510210724.gjdmauerkbb4@alvherre.pgsql
Whole thread Raw
In response to CREATE POLICY IF NOT EXISTS  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
Hello,

On 2025-Oct-21, jian he wrote:

> People have complained about the lack of CREATE POLICY IF NOT EXISTS
> syntax in [1].

Hmm, see my reply there just now.  I think we've purposefully not added
many additional CREATE IF NOT EXISTS commands.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Sallah, I said NO camels! That's FIVE camels; can't you count?"
(Indiana Jones)



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: make tsearch use the database default locale
Next
From: jian he
Date:
Subject: Re: Why cannot alter a column's type when it's used by a generated column