Re: pgsql: If an index depends on no columns of itstab le, give it a - Mailing list pgsql-committers

From Dave Page
Subject Re: pgsql: If an index depends on no columns of itstab le, give it a
Date
Msg-id 200711102137430000@851319467
Whole thread Raw
List pgsql-committers

> ------- Original Message -------
> From: David Fetter <david@fetter.org>
> To: Simon Riggs <simon@2ndquadrant.com>
> Sent: 10/11/07, 20:40:15
> Subject: Re: [COMMITTERS] pgsql: If an index depends on no columns of itstable, give it a
>
> > If I invented zero-column tables
>
> You don't have to.
>
> CREATE TABLE foo();
>
> already works.  As I understand it, this is there to allow people to
> rearrange tables completely--drop all the columns and replace them,
> for example--and not have that fail.

Or create an empty table that just inherits others.

/D

pgsql-committers by date:

Previous
From: David Fetter
Date:
Subject: Re: pgsql: If an index depends on no columns of its table, give it a
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add pg_ctl -t/timeout parameter to control amount of time to wait