Mon Sep 6 05:49:51 PDT 2004
- Previous message: [Slony1-commit] By wieck: Changed sl_status view statement into CREATE OR REPLACE.
- Next message: [Slony1-commit] By dfetter: Moved check of --with-pgconfigdir to the front of the line.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- But now ... uniform prefix for all columns on sl_status. Jan Modified Files: -------------- slony1-engine/src/backend: slony1_funcs.sql (r1.22 -> r1.23) -------------- next part -------------- Index: slony1_funcs.sql =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v retrieving revision 1.22 retrieving revision 1.23 diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.22 -r1.23 --- src/backend/slony1_funcs.sql +++ src/backend/slony1_funcs.sql @@ -3890,8 +3890,8 @@ C.con_seqno as st_last_received, C.con_timestamp as st_last_received_ts, CE.ev_timestamp as st_last_received_event_ts, - E.ev_seqno - C.con_seqno as lag_num_events, - current_timestamp - CE.ev_timestamp as lag_time + E.ev_seqno - C.con_seqno as st_lag_num_events, + current_timestamp - CE.ev_timestamp as st_lag_time from @NAMESPACE at .sl_event E, @NAMESPACE at .sl_confirm C, @NAMESPACE at .sl_event CE where E.ev_origin = C.con_origin
- Previous message: [Slony1-commit] By wieck: Changed sl_status view statement into CREATE OR REPLACE.
- Next message: [Slony1-commit] By dfetter: Moved check of --with-pgconfigdir to the front of the line.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list