Commit 750ff8bd authored by Tom Lane's avatar Tom Lane

Tweak description of payload parameter.

parent ee678fe3
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/notify.sgml,v 1.32 2010/02/16 22:34:43 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/notify.sgml,v 1.33 2010/02/17 00:57:06 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -139,8 +139,8 @@ NOTIFY <replaceable class="PARAMETER">channel</replaceable> [ , <replaceable cla ...@@ -139,8 +139,8 @@ NOTIFY <replaceable class="PARAMETER">channel</replaceable> [ , <replaceable cla
<listitem> <listitem>
<para> <para>
The <quote>payload</> string to be communicated along with the The <quote>payload</> string to be communicated along with the
notification. This string must be shorter than 8000 bytes, and notification. This must be specified as a simple string literal.
is treated as text. In the default configuration it must be shorter than 8000 bytes.
(If binary data or large amounts of information need to be communicated, (If binary data or large amounts of information need to be communicated,
it's best to put it in a database table and send the key of the record.) it's best to put it in a database table and send the key of the record.)
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment