Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
750ff8bd
Commit
750ff8bd
authored
15 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Tweak description of payload parameter.
parent
ee678fe3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/notify.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/ref/notify.sgml
with
3 additions
and
3 deletions
doc/src/sgml/ref/notify.sgml
+
3
−
3
View file @
750ff8bd
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/notify.sgml,v 1.3
2
2010/02/1
6 22:34:43
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/notify.sgml,v 1.3
3
2010/02/1
7 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 s
horter than 8000 bytes, and
notification.
This must be s
pecified 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment