|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/notify.sgml,v 1.32 2010/02/16 22:34:43 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/notify.sgml,v 1.33 2010/02/17 00:57:06 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -139,8 +139,8 @@ NOTIFY <replaceable class="PARAMETER">channel</replaceable> [ , <replaceable cla
|
139 | 139 | <listitem>
|
140 | 140 | <para>
|
141 | 141 | The <quote>payload</> string to be communicated along with the
|
142 |
| - notification. Thisstringmust beshorter than 8000 bytes, and |
143 |
| -is treated as text. |
| 142 | + notification.This must bespecified as a simple string literal. |
| 143 | +In the default configuration it must be shorter than 8000 bytes. |
144 | 144 | (If binary data or large amounts of information need to be communicated,
|
145 | 145 | it's best to put it in a database table and send the key of the record.)
|
146 | 146 | </para>
|
|