Re: why does this select hang postgres???

Поиск
Список
Период
Сортировка
От Jeremy Hansen
Тема Re: why does this select hang postgres???
Дата
Msg-id Pine.LNX.4.30.0108101438070.20351-100000@srv1.ecropolis.com
обсуждение исходный текст
Ответ на Re: why does this select hang postgres???  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: why does this select hang postgres???  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
On Fri, 10 Aug 2001, Bruce Momjian wrote:

> >
> > select * from env_info,summary,plat_info;
> >
> > Is my statement broken?  Is this not legal?  Postgres just sits there....
> >
> > My goal is to select everything from multiple tables with one sql
> > statement.
>
> You didn't join the tables.  This will join each row to every other row.
> This will take a long time.

Any tips on this syntax?  I'll go look at joins right now I guess :-)

-jeremy


--
salad.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Steve Wolfe"
Дата:
Сообщение: Re: why does this select hang postgres???
Следующее
От: Fran Fabrizio
Дата:
Сообщение: Re: why does this select hang postgres???