Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| postgresql [2019/12/11 16:26] – 84.6.141.64 | postgresql [2023/05/08 01:41] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 24: | Ligne 24: | ||
| pg_dump < | pg_dump < | ||
| cat nom_de_la_base.pgdump | psql -d nom_de_la_base'' | cat nom_de_la_base.pgdump | psql -d nom_de_la_base'' | ||
| + | \\ | ||
| + | |||
| + | ===donner tous les droits sur une base=== | ||
| + | '' | ||
| + | psql | ||
| + | \c < | ||
| + | GRANT ALL | ||
| + | ON ALL TABLES IN SCHEMA public | ||
| + | TO < | ||