> ------- Original Message -------
> From: David Fetter <david(at)fetter(dot)org>
> To: Simon Riggs <simon(at)2ndquadrant(dot)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
| Next: | From: Bruce Momjian | Date: 2007-11-10 21:48:51 |
| Subject: pgsql: Add pg_ctl -t/timeout parameter to control amount of time to wait |
| Previous: | From: David Fetter | Date: 2007-11-10 20:40:15 |
| Subject: Re: pgsql: If an index depends on no columns of itstable, give it a |