Postgres

From bibbleWiki
Revision as of 06:27, 12 June 2021 by Iwiseman (talk | contribs)
Jump to navigation Jump to search

Introduction

This is a page for keeping track of using postgres

Install

Nice and easy lemon squeezy

sudo apt install postgresql postgresql-contrib

Getting to CLI

Login and envoke the CLI

sudo -i -u postgres
psql

And..

\q

Create Super User