mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(postgres): dump learned queries and concepts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user