Re: Docs for Generated Columns

2019-05-27 Thread Peter Eisentraut
On 2019-05-26 16:42, Tobias Bussmann wrote: > On 24.05.2019 14:21, Joe Conway wrote: >>> The column cannot be written to, and when read the result of the >>> specified expression will be returned. >> That sounds reasonable to me. > > Thank you for confirmation and review. Please find attached my

Re: Docs for Generated Columns

2019-05-26 Thread Tobias Bussmann
On 24.05.2019 14:21, Joe Conway wrote: >> The column cannot be written to, and when read the result of the >> specified expression will be returned. > That sounds reasonable to me. Thank you for confirmation and review. Please find attached my proposed little doc patch for this issue. Tobias

Re: Docs for Generated Columns

2019-05-24 Thread Joe Conway
On 5/23/19 5:50 PM, Tobias Bussmann wrote: > while reading though the docs of the upcoming pg12 features, I > stumbled upon some wording regarding generated columns: both in > create_table.sgml [1] and create_foreign_table.sgml [2] the paragraph > for the GENERATED ALWAYS AS clause is introduced wi

Docs for Generated Columns

2019-05-23 Thread Tobias Bussmann
Hi, while reading though the docs of the upcoming pg12 features, I stumbled upon some wording regarding generated columns: both in create_table.sgml [1] and create_foreign_table.sgml [2] the paragraph for the GENERATED ALWAYS AS clause is introduced with > This clause creates the column as a