Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.83 KB

db-rdbms.md

File metadata and controls

56 lines (38 loc) · 1.83 KB

Data Types


SQL


Postgres-XC

WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server of the Postgres-XC coordinator using:

postgres --coordinator -D DN2

or pg_ctl start -D DN2 -Z coordinator -l logfile

You can now start the database server of the Postgres-XC datanode using:

postgres --datanode -D DN2

or pg_ctl start -D DN2 -Z datanode -l logfile

  • Starting Postgres-XC datanode [ OK ]
  • Starting Postgres-XC coordinator [ OK ]
  • Starting Postgres-XC gtm [ OK ] pgxc_pool_reload

SQL Temporal Data