CVS Commit by dpage: Tweak column names
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Tweak column names
Log Message:
-----------
Tweak column names
Modified Files:
--------------
pgagent:
pgagent.sql (r1.6 -> r1.7)
Index: pgagent.sql
===================================================================
RCS file: /projects/pgagent/pgagent.sql,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lpgagent.sql -Lpgagent.sql -u -w -r1.6 -r1.7
--- pgagent.sql
+++ pgagent.sql
@@ -15,8 +15,8 @@
CREATE TABLE pgagent.pga_jobagent (
jagpid int4 NOT NULL PRIMARY KEY,
-logintime timestamptz NOT NULL DEFAULT current_timestamp,
-station text NOT NULL
+jaglogintime timestamptz NOT NULL DEFAULT current_timestamp,
+jagstation text NOT NULL
) WITHOUT OIDS;
COMMENT ON TABLE pgagent.pga_jobagent IS 'Active job agents';
Home |
Main Index |
Thread Index