Re: table with no column with some rows inside !!

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: table with no column with some rows inside !!
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AF23@Herge.rcsinc.local
обсуждение исходный текст
Ответ на table with no column with some rows inside !!  (Gaetano Mendola <mendola@bigfoot.com>)
Список 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 по дате отправления:

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: table with no column with some rows inside !!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: No such file or directory during PITR