--- postgresql-8.0.1/src/include/catalog/pg_proc.h	Fri Dec 31 14:03:25 2004
+++ patched-postgresql-8.0.1/src/include/catalog/pg_proc.h	Thu Feb 24 08:37:57 2005
@@ -3604,6 +3604,9 @@
 DATA(insert OID = 2556 ( pg_tablespace_databases	PGNSP PGUID 12 f f t t s 1 26 "26" _null_ pg_tablespace_databases - _null_));
 DESCR("returns database oids in a tablespace");
 
+DATA(insert OID = 2557 (  server_start_time		   PGNSP PGUID 12 f f t f s 0 1184 "" _null_  server_start_time - _null_ ));
+DESCR("time when the server started");
+
 
 /*
  * Symbolic values for provolatile column: these indicate whether the result
