diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-10-12 11:35:54 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-10-12 11:36:14 -0400 |
commit | 0a047a1e3ef852884278b1324df73e359972c43a (patch) | |
tree | 5382e2210bc5884f8e8d6710474e095fa9ec3afd /doc/src | |
parent | e9ef11ac8bb2acc2d2462fc17ec3291a959589e7 (diff) |
Doc: fix typo in release notes.
Ioseph Kim
Discussion: https://postgr.es/m/e7a79f91-8244-5bcb-afcc-96c817e86f4e@postgresql.kr
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-10.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index fed67e1b231..9ef798183da 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -1946,7 +1946,7 @@ --> <para> Add function <link - linkend="functions-txid-snapshot"><function>txid_current_ifassigned()</></> + linkend="functions-txid-snapshot"><function>txid_current_if_assigned()</></> to return the current transaction ID or <literal>NULL</> if no transaction ID has been assigned (Craig Ringer) </para> |