diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-03-12 14:11:06 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-03-12 14:11:06 -0400 |
commit | a0b4c355c2f4e26735d28372c49f4661621988f2 (patch) | |
tree | df90f6026e797aa6a1a32b9aac57218792c9599a /doc/src | |
parent | 336a578b8c8866490e0d9069f10c17ba14f4705a (diff) | |
download | postgresql-a0b4c355c2f4e26735d28372c49f4661621988f2.tar.gz postgresql-a0b4c355c2f4e26735d28372c49f4661621988f2.zip |
test_decoding: Documentation fix.
Andres Freund
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/test-decoding.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/test-decoding.sgml b/doc/src/sgml/test-decoding.sgml index 0fe3d0a45a4..250c0d82d10 100644 --- a/doc/src/sgml/test-decoding.sgml +++ b/doc/src/sgml/test-decoding.sgml @@ -24,7 +24,7 @@ interface, might be: <programlisting> -postgres=# SELECT * FROM pg_logical_slot_get_changes('test_slot', 'now', 'include-xids', '0'); +postgres=# SELECT * FROM pg_logical_slot_get_changes('test_slot', NULL, NULL, 'include-xids', '0'); location | xid | data -----------+-----+-------------------------------------------------- 0/16D30F8 | 691 | BEGIN |