Doc: fix typo in release notes.
authorTom Lane
Thu, 12 Oct 2017 15:35:54 +0000 (11:35 -0400)
committerTom Lane
Thu, 12 Oct 2017 15:36:14 +0000 (11:36 -0400)
Ioseph Kim

Discussion: https://postgr.es/m/e7a79f91-8244-5bcb-afcc-96c817e86f4e@postgresql.kr

doc/src/sgml/release-10.sgml

index fed67e1b231efc96e330dd2053232a36ad90d0d6..9ef798183daba9726b32eacdeba01b71fa98ec82 100644 (file)
 -->
       
        Add function 
-       linkend="functions-txid-snapshot">txid_current_ifassigned()
+       linkend="functions-txid-snapshot">txid_current_if_assigned()
        to return the current transaction ID or NULL if no
        transaction ID has been assigned (Craig Ringer)