diff options
author | Magnus Hagander <magnus@hagander.net> | 2012-01-22 22:34:28 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2012-01-22 22:34:28 +0100 |
commit | 4993a49b7cf1d23dfe1f9e1a85d9411b8ff57454 (patch) | |
tree | 33b1db4149747ff389d9dbcb791f3cd7c82cbbaf /doc/src | |
parent | 95c63b5e3209cfc8d91d7956407032fc6fe89640 (diff) | |
download | postgresql-4993a49b7cf1d23dfe1f9e1a85d9411b8ff57454.tar.gz postgresql-4993a49b7cf1d23dfe1f9e1a85d9411b8ff57454.zip |
Typo fix
Guillaume Lelarge
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/tcn.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/tcn.sgml b/doc/src/sgml/tcn.sgml index af830dfffec..53c463730cd 100644 --- a/doc/src/sgml/tcn.sgml +++ b/doc/src/sgml/tcn.sgml @@ -18,7 +18,7 @@ </para> <para> - Only one parameter may be suupplied to the function in a + Only one parameter may be supplied to the function in a <literal>CREATE TRIGGER</> statement, and that is optional. If supplied it will be used for the channel name for the notifications. If omitted <literal>tcn</> will be used for the channel name. |