Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

END logical replication

Troubleshooting

userful commandHere are some helpful commands

pg_lsclusters - show all database clusters on the current machine

psql commands

command

description

\l

list all databases

\dt

\du

list all users

\dRp

lists available publications

\dRs

lists available subscriptions

ALTER USER user_name WITH PASSWORD 'new_password';

change user password

...