POSTGRESQL - Notions de base : Différence entre versions

De PedroWiki
(Liens utiles)
 
Ligne 6 : Ligne 6 :
  
 
* [http://www.postgresqltutorial.com/postgresql-cheat-sheet/ PostgreSQL Cheatsheet]
 
* [http://www.postgresqltutorial.com/postgresql-cheat-sheet/ PostgreSQL Cheatsheet]
 +
* [http://www.postgresqltutorial.com/psql-commands/ 17 commandes pratiques sous PostgreSQL]
 
* [https://suite.opengeo.org/docs/latest/dataadmin/pgGettingStarted/firstconnect.html Premières connexions à PostgreSQL]
 
* [https://suite.opengeo.org/docs/latest/dataadmin/pgGettingStarted/firstconnect.html Premières connexions à PostgreSQL]
 
* [https://alvinalexander.com/blog/post/postgresql/log-in-postgresql-database Se connecter à PostgreSQL]
 
* [https://alvinalexander.com/blog/post/postgresql/log-in-postgresql-database Se connecter à PostgreSQL]

Version actuelle datée du 30 avril 2019 à 11:38

Introduction

Cet article synthétise les notions basiques et essentielles à la bonne utilisation et compréhension de PostgreSQL.

Liens utiles

Définitions

Schéma

Différentes définitions:

  • Un schéma est une collection nommée de tables, il peut aussi contenir des vues, des indexes, des séquences, des types de données, des fonctions. Equivalent à la notion de dossier dans une arborescence.