From 4aaff553597222467769dd3b26e0d56c9c4a9b09 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Wed, 15 Jun 2005 06:29:25 +0000 Subject: [PATCH] Minor SGML markup cleanup. --- doc/src/sgml/func.sgml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 38e2c4a700..02ca4f896e 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -5147,7 +5147,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); - timeofday() + timeofday() text Current date and time; see @@ -8069,75 +8069,75 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a); - current_database() + current_database() name name of current database - current_schema() + current_schema() name name of current schema - current_schemas(boolean) + current_schemas(boolean) name[] names of schemas in search path optionally including implicit schemas - current_user + current_user name user name of current execution context - inet_client_addr() + inet_client_addr() inet address of the remote connection - inet_client_port() + inet_client_port() int4 port of the remote connection - inet_server_addr() + inet_server_addr() inet address of the local connection - inet_server_port() + inet_server_port() int4 port of the local connection - session_user + session_user name session user name - pg_postmaster_start_time() + pg_postmaster_start_time() timestamp with time zone postmaster start time - user + user name equivalent to current_user - version() + version() text - PostgreSQL version information + PostgreSQL version information @@ -8230,7 +8230,7 @@ SET search_path TO schema , schema, .. - pg_postmaster_start_time() returns the timestamp with time zone + pg_postmaster_start_time returns the timestamp with time zone when the postmaster started. @@ -8239,7 +8239,7 @@ SET search_path TO schema , schema, .. - version() returns a string describing the + version returns a string describing the PostgreSQL server's version.