helene-nguyen / mwe-postgresql

Some Minimal Working Example using with PostgreSQL 🐘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MWE PostgreSQL RDBSM 🐘

Introduction

You already how much I love playing with PostgreSQL ... No ?

You can find here some personnal minimal working example (MWE) that I share, testing PostgreSQL features !

How to use

If you want to also run SQL queries :

  • Clone the repository

  • Download PostgreSQL last version on official website on download page Postgresql.org

  • Once you have it, 2 choices :

    • Launch the whole file
    • Or copy/paste steps from the file to do it step by step

On Linux :

sudo -iu postgres -p [PORT] -f /path/to/the/file

On Windows :

psql -U postgres -p [PORT] -f /path/to/the/file

Enjoy !


Summary


Sources :

https://www.postgresql.org/download/

About

Some Minimal Working Example using with PostgreSQL 🐘


Languages

Language:PLpgSQL 100.0%