Re: table with no column with some rows inside !! - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: table with no column with some rows inside !!
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AF23@Herge.rcsinc.local
Whole thread Raw
In response to table with no column with some rows inside !!  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-hackers
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
> is it a paradox or not have table with no column but with rows in in
> ( I mean, we want it ) ?
>
> Here a way to obtain it.

It's even easier than that actually;

create table test();

insert into test default values;
insert into test default values;
insert into test default values;

select * from test;

--
(3 rows)

I think it's kind of cool.

Merlin


pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: table with no column with some rows inside !!
Next
From: Tom Lane
Date:
Subject: Re: No such file or directory during PITR