BUG #13994: Documentation of pg_notify is incorrect.

Поиск
Список
Период
Сортировка
От junkmesend@gmail.com
Тема BUG #13994: Documentation of pg_notify is incorrect.
Дата
Msg-id 20160228232040.10551.18290@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13994: Documentation of pg_notify is incorrect.
Re: BUG #13994: Documentation of pg_notify is incorrect.
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13994
Logged by:          Peter McGeeney
Email address:      junkmesend@gmail.com
PostgreSQL version: 9.5.1
Operating system:   Windows 8.1
Description:

The documentation at

http://www.postgresql.org/docs/9.5/static/sql-notify.html

Recommends the command...

SELECT pg_notify('fo' || 'o', 'pay' || 'load');

which doesn't work but

PERFORM pg_notify('fo' || 'o', 'pay' || 'load');

does work, as explained here.

http://stackoverflow.com/questions/5412474/using-pg-notify-in-postgresql-trigger-function?lq=1

Please note that this is nothing to do with the uppercase issue with
pg_notify here...

http://www.postgresql.org/message-id/201103031520.p23FKxFJ049037@wwwmaster.postgresql.org

Many thanks

Pete

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

Предыдущее
От: mathias.zajaczkowski@ubik.ch
Дата:
Сообщение: BUG #13993: Temp sequence does not seem to be properly deleted
Следующее
От: David Gould
Дата:
Сообщение: Re: BUG #13994: Documentation of pg_notify is incorrect.