From f5835b4b8d569e4d7814886f9e7b90c36d8a4fb5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 14 Jun 2005 21:04:42 +0000 Subject: Add pg_postmaster_start_time() function. Euler Taveira de Oliveira Matthias Schmidt --- doc/src/sgml/func.sgml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 22baa22aa6d..43df7d595c9 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -8119,6 +8119,12 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a); session user name + + pg_postmaster_start_time() + timestamp with time zone + postmaster start time + + user name @@ -8216,6 +8222,15 @@ SET search_path TO schema , schema, .. Unix-domain socket. + + pg_postmaster_start_time + + + + pg_postmaster_start_time() returns the timestamp with time zone + when the postmaster started. + + version -- cgit v1.2.3