diff --git a/HowtoPostgreSQL.md b/HowtoPostgreSQL.md index 518f04c8..8741a25a 100644 --- a/HowtoPostgreSQL.md +++ b/HowtoPostgreSQL.md @@ -526,11 +526,10 @@ SELECT current_date; = date actuelle \d table = décrit une table (comme DESCRIBE avec MySQL) ~~~ -Pour changer de base de données, deux possibilités : +Pour changer de base de données : ~~~ => \c base; -=> USE base; ~~~ ### Création de table