Skip to content

Instantly share code, notes, and snippets.

View CruzCod3's full-sized avatar
💻
coding

Moisés Cruz CruzCod3

💻
coding
View GitHub Profile
@CruzCod3
CruzCod3 / psql_cheatsheet.md
Created June 22, 2024 16:28 — forked from arnabsen1729/psql_cheatsheet.md
PostgresSQL Cheatsheet

PostgreSQL

Installation

Installation Process

NOTE: Make sure you add bin to the path for you to be able to run the command.

Starting a postgres db

$ sudo service postgress start