Answers for "reset postgres"

SQL
2

postgresql reset sequence

ALTER SEQUENCE <tablename>_<id>_seq RESTART WITH 1
Posted by: Guest on March-30-2021
0

how to reset postgres password

sudo sed -ibak 's/^\([^#]*\)md5/\1trust/g' /opt/bitnami/postgresql/conf/pg_hba.conf
sudo -u postgres pg_ctl reload
Posted by: Guest on January-14-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language