bdr: fix: include timeframe in conflict handlers view
authorChristian Kruse <cjk@defunct.ch>
Mon, 12 May 2014 09:46:10 +0000 (11:46 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 3 Jul 2014 15:55:33 +0000 (17:55 +0200)
contrib/bdr/bdr--0.5.sql

index 652b414405df234a221c31b0bd6417fe4e870e98..45e7adfc137c91153b8a8552118fa8f22d66dd44 100644 (file)
@@ -205,7 +205,7 @@ AS 'MODULE_PATHNAME'
 ;
 
 CREATE VIEW bdr_list_conflict_handlers(ch_name, ch_type, ch_reloid, ch_fun) AS
-    SELECT ch_name, ch_type, ch_reloid, ch_fun
+    SELECT ch_name, ch_type, ch_reloid, ch_fun, ch_timeframe
         FROM bdr.bdr_conflict_handlers;