diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a3baee14489..c08fe3cecf0 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -10722,6 +10722,18 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a); current + + current_database + + + + current_schema + + + + current_user + + The session_user is normally the user who initiated the current database connection; but superusers can change this setting