Skip to content

helene-nguyen/mwe-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 🐘

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors