Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit750ff8b

Browse files
committed
Tweak description of payload parameter.
1 parentee678fe commit750ff8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/notify.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -139,8 +139,8 @@ NOTIFY <replaceable class="PARAMETER">channel</replaceable> [ , <replaceable cla
139139
<listitem>
140140
<para>
141141
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.
144144
(If binary data or large amounts of information need to be communicated,
145145
it's best to put it in a database table and send the key of the record.)
146146
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp