SELECT do not return all rows depending on selected columns

Поиск
Список
Период
Сортировка
От Fabrice LEGROS
Тема SELECT do not return all rows depending on selected columns
Дата
Msg-id DB6PR0301MB2552152ABBF61DAF79156B83938E0@DB6PR0301MB2552.eurprd03.prod.outlook.com
обсуждение исходный текст
Ответы Re: SELECT do not return all rows depending on selected columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs

Hello,

 

In attachment, there is 2 files :

  • init.sql  to create and fill a table
  • request.sql with a select on this table

 

The request return 2122 rows, if I remove the second column (v2.journalcode) from the select I get 2801 rows (which is the expected result).

Tested on "PostgreSQL 9.6.10 on x86_64-pc-linux-gnu (Debian 9.6.10-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit"

 

Also tested on "PostgreSQL 10.5 (Debian 10.5-1.pgdg90+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit"

Same behavior, but with 2133 rows for the select with 2 columns.

 

Regards,

Fabrice Legros.

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Is temporary functions feature official/supported? Found some issues with it.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Is temporary functions feature official/supported? Found someissues with it.