[PATCH] ALTER TABLE ... SET STORAGE default - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject [PATCH] ALTER TABLE ... SET STORAGE default
Date
Msg-id CAJ7c6TMX9ui+6y3TQFaXJYVpZyBukvqhQbVDJ8OUokeLRhtnpA@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] ALTER TABLE ... SET STORAGE default
List pgsql-hackers
Hi hackers,

I noticed that we support 'ALTER TABLE ... SET COMPRESSION default'
syntax, but not 'SET STORAGE default' which seems to be a bit
inconsistent. When the user changes the storage mode for a column
there is no convenient way to revert the change.

The proposed patch fixes this.

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Expose port->authn_id to extensions and triggers
Next
From: torikoshia
Date:
Subject: Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features)