chore(postgres): dump learned queries and concepts

This commit is contained in:
Michele Cereda
2024-10-07 22:42:12 +02:00
parent 9184b85f8b
commit a0bf5c4aab
6 changed files with 166 additions and 21 deletions

View File

@@ -211,6 +211,7 @@ psql -h 'localhost' -p '6543' -U 'postgres' -d 'postgres' -W
## Further readings
- [SQL]
- [Docker image]
- [Bidirectional replication in PostgreSQL using pglogical]
- [What is the pg_dump command for backing up a PostgreSQL database?]
@@ -218,6 +219,7 @@ psql -h 'localhost' -p '6543' -U 'postgres' -d 'postgres' -W
- [`postgresql_anonymizer`][postgresql_anonymizer]
- [pgxn-manager]
- [dverite/postgresql-functions]
- [MySQL]
### Sources
@@ -238,6 +240,10 @@ psql -h 'localhost' -p '6543' -U 'postgres' -d 'postgres' -W
═╬═Time══
-->
<!-- Knowledge base -->
[mysql]: mysql.md
[sql]: sql.md
<!-- Upstream -->
[docker image]: https://github.com/docker-library/docs/blob/master/postgres/README.md
[psql]: https://www.postgresql.org/docs/current/app-psql.html