Re: Restructure ALTER TABLE notes to clarify table rewrites and verification scans

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: James Coleman <jtc331(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, David Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Subject: Re: Restructure ALTER TABLE notes to clarify table rewrites and verification scans
Date: 2022-07-26 13:08:58
Message-ID: 20220726130858.GB8910@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think this patch is missing "SET [UN]LOGGED", defaults of identity columns
and domains, and access method.

And tablespace, even though that rewrites the *files*, but not tuples (maybe
these docs should say that).

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2022-07-26 14:02:42 Re: making relfilenodes 56 bits
Previous Message houzj.fnst@fujitsu.com 2022-07-26 13:00:41 RE: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger