From ab74a932a372ee4dfc3f07117e817ea5d77fd8ce Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 11 Jan 2003 00:39:52 +0000 Subject: [PATCH] Add doc links from SET to SET_CONSTRAINTS, SET_SESSION_AUTH, SET_TRANSACTION. --- doc/src/sgml/ref/set.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 71e35b50a5..21be68f085 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ @@ -509,6 +509,12 @@ SELECT CURRENT_TIMESTAMP AS today; See Also + + , + , + + + The function set_config provides the equivalent capability. See Miscellaneous Functions in the