Skip to content

Commit

Permalink
typos 153 et 183
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain LESAGE committed Feb 7, 2023
1 parent 7533339 commit 0b72f79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions fr/ws15/include/154-psql-auto-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ discussion : https://www.postgresql.org/message-id/flat/0fafb73f3a0c6bcec817a25c
* Recherche insensible à la casse
* Affichage des noms complets des commandes plutôt que leurs abréviations
* Amélioration de l'auto-complétion de différentes commandes _SQL_ :

- `EXPLAIN EXECUTE`
- `LOCK TABLE ONLY | NOWAIT`
- `ALTER TABLE ... ADD`
- `CREATE`, `ALTER`, `DROP`
+ `EXPLAIN EXECUTE`
+ `LOCK TABLE ONLY | NOWAIT`
+ `ALTER TABLE ... ADD`
+ `CREATE`, `ALTER`, `DROP`

</div>

Expand Down
4 changes: 2 additions & 2 deletions fr/ws15/include/183-fin-des-backups-exclusifs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Les sources pour ce sujet sont :
+ supprimé depuis la version 15

* renommage des fonctions de _backup_ :
+ `pg_start_backup` devient `pg_backup_start()`
+ `pg_stop_backup` devient `pg_backup_stop()`
+ `pg_start_backup()` devient `pg_backup_start()`
+ `pg_stop_backup()` devient `pg_backup_stop()`

</div>

Expand Down

0 comments on commit 0b72f79

Please sign in to comment.