Re: psql performance

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: psql performance
Дата
Msg-id 20050415050044.GP58835@decibel.org
обсуждение исходный текст
Ответ на Re: psql performance  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-general
On Thu, Apr 14, 2005 at 11:05:37PM -0400, Joseph Shraibman wrote:
> Incidentally when I did that I only got back one row.  What's up with that?

That's PostgreSQL acting according to ANSI SQL. If you want multiple
rows, you need UNION ALL.
--
Jim C. Nasby, Database Consultant               decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: psql performance
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: UNION messing up sorting WAS: psql performance