Postgres Changing a password BEGIN ; ALTER USER <username> PASSWORD 'new_password'; COMMIT ; Subpages Postgres Installing a new extension Postgres Manipulate JSON rows Postgres PG_STAT_STATEMENTS Postgres fix incorrect view table ownership Postgres grant yourself superuser privileges