Re: proposal: schema variables - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: proposal: schema variables
Date
Msg-id 56ca532c37eb0b540961f74a7bd5db39@xs4all.nl
Whole thread Raw
In response to Re: proposal: schema variables  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: schema variables  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On 2021-01-18 10:59, Pavel Stehule wrote:
>> 
> and here is the patch
> [schema-variables-20200118.patch.gz ]


One small thing:

The drop variable synopsis is:

DROP VARIABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]

In that text following it, 'RESTRICT' is not documented. When used it 
does not give an error but I don't see how it 'works'.


Erik






pgsql-hackers by date:

Previous
From: torikoshia
Date:
Subject: TOAST condition for column size
Next
From: Michael Banck
Date:
Subject: Re: recovering from "found xmin ... from before relfrozenxid ..."