-
+
Functions and Operators
|
current_schemas(boolean)
name[]
- names of schemas in search path optionally including implicit schemas
+ names of schemas in search path, optionally including implicit schemas
|
|
- current_query
+ current_query()
text
text of the currently executing query, as submitted
by the client (might contain more than one statement)
-
+
|
+
+ current_catalog, current_schema,
+ current_user, session_user,
+ and user have special syntactic status
+ in
SQL: they must be called without trailing
+ parentheses. (In PostgreSQL, parentheses can optionally be used with
+ current_schema, but not with the others.)
+
+
+
current
the current user is the effective user
.
-
- current_catalog, current_schema,
- current_user, session_user,
- and user have special syntactic status
- in
SQL: they must be called without trailing
- parentheses (optional in PostgreSQL in the case
- of current_schema).
-
-
-
current_schema returns the name of the schema that is
first in the search path (or a null value if the search path is