Skip to content

Instantly share code, notes, and snippets.

View ivaldir301's full-sized avatar

Ivaldir Batalha ivaldir301

View GitHub Profile
@Denilson-Semedo
Denilson-Semedo / postgresql.md
Last active December 28, 2023 18:37
PostgreSQL cheatsheet guide

[review] Schemas

PostgreSQL Cheatsheet

Connection

psql -d database -U username -p port

Also you can use -W to prompt a password
psql -d database -U username -p port -W

Alter Password (Set new password)