Re: In-place upgrade: catalog side - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: In-place upgrade: catalog side
Date
Msg-id 4937CD89.2080403@sun.com
Whole thread Raw
In response to Re: In-place upgrade: catalog side  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: In-place upgrade: catalog side  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark napsal(a):

> How about adding a special syntax for CREATE TABLE which indicates to include
> a dropped column in that position? Then pg_dump could have a -X option to
> include those columns as placeholders. Something like:
> 
> CREATE TABLE foo (
>  col1 integer,
>  NULL COLUMN,
>  col2 integer
> );

You need to know a size of the attribute for fetchattr function.
    Zdenke


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Sync Rep: First Thoughts on Code
Next
From: "Pavan Deolasee"
Date:
Subject: Re: snapshot leak and core dump with serializable transactions