WARNING

This text was automatically converted from troff me macros to HTML. Information may have been lost, added, or changed in the process. Lars Aronsson and Lysator do not guarantee the correctness of this HTML document.

NAME

listen Listen for notification on a relation

SYNOPSIS

listen relation_name

DESCRIPTION

listen is used to register the current backend as a listener on the relation relation_name. When the command notify relation_name is called either from within a rule or at the query level, the frontends corresponding to the listening backends are notified.

SEE ALSO

retrieve(commands), notify(commands), definerule(commands), libpq.

BUGS