Re: PG 14 release notes, first draft

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: PG 14 release notes, first draft
Дата
Msg-id e507bfe1-9d04-fae5-15eb-d1a1796de03d@joeconway.com
обсуждение исходный текст
Ответ на Re: PG 14 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: PG 14 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 5/10/21 9:56 PM, Bruce Momjian wrote:
> On Mon, May 10, 2021 at 07:50:14AM -0400, Joe Conway wrote:
>> On 5/10/21 2:03 AM, Bruce Momjian wrote:
>> > I have committed the first draft of the PG 14 release notes.  You can
>> > see the most current  build of them here:
>> > 
>> >     https://momjian.us/pgsql_docs/release-14.html
>> > 
>> > I need clarification on many items, and the document still needs its
>> > items properly ordered, and markup added.  I also expect a lot of
>> > feedback.
>> > 
>> > I plan to work on completing this document this coming week in
>> > preparation for beta next week.
>> 
>> While only a small change, this commit does affect user visible behavior and
>> so should probably be noted:
>> 
>> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b12bd4869b5e
> 
> I see your point.  Here is the release entry I added:

Not quite -- maybe something like the below:

>     <para>
>     Return false for has_column_privilege() checks on non-existent or dropped columns (Joe Conway)

Always return NULL for has_column_privilege() checks on non-existent or 
dropped column by attnum (Joe Conway)

>     <para>
>     Previously such columns returned an invalid column error.

Previously existence of such columns were ignored when caller had table 
level privileges.


-- 
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: compute_query_id and pg_stat_statements
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Performance degradation of REFRESH MATERIALIZED VIEW