Update extension metadata for 4.1 release

This release does not make any changes to the extension database
objects.
This commit is contained in:
Ian Barwick
2018-07-24 09:31:37 +09:00
parent 527a5f7fee
commit c236405251
5 changed files with 8 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ CREATE TABLE repmgr.nodes (
upstream_node_id INTEGER NULL REFERENCES nodes (node_id) DEFERRABLE,
active BOOLEAN NOT NULL DEFAULT TRUE,
node_name TEXT NOT NULL,
type TEXT NOT NULL CHECK (type IN('primary','standby','witness','bdr','bdr_standby')),
type TEXT NOT NULL CHECK (type IN('primary','standby','witness','bdr')),
location TEXT NOT NULL DEFAULT 'default',
priority INT NOT NULL DEFAULT 100,
conninfo TEXT NOT NULL,