Re: listen not schema-aware

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: listen not schema-aware
Дата
Msg-id 1143855722.21012.10.camel@localhost.localdomain
обсуждение исходный текст
Ответ на listen not schema-aware  (Agent M <agentm@themactionfaction.com>)
Ответы Re: listen not schema-aware  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2006-03-31 at 20:27 -0500, Agent M wrote:
> Why is the schema ignored entirely when using listen/notify?

Per the docs:
   Commonly, the notification name is the same as the name of some   table in the database, and the notify event
essentiallymeans, "I   changed this table, take a look at it to see what's new". But no   such association is enforced
bythe NOTIFY and LISTEN commands.
 

i.e. the LISTEN/NOTIFY argument is not the name of a relation, so it
wouldn't make much sense to schema-qualify it.

-Neil




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

Предыдущее
От: "Mike Rylander"
Дата:
Сообщение: Re: First Aggregate Funtion?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: listen not schema-aware