create_central_server_fdw


Description

Create foreign server, needed central_lizsync schema, and import all central database tables as foreign tables. This will allow the clone to connect to the central databse

Parameters

Name Type Mode
p_central_host text IN
p_central_port smallint IN
p_central_database text IN
p_central_username text IN
p_central_password text IN

Definition