> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/programmy/databases.md).

# databases

- [mysql](https://ploegert.gitbook.io/til/programmy/databases/mysql.md)
- [Display Output In A Vertical Format](https://ploegert.gitbook.io/til/programmy/databases/mysql/display-output-in-a-vertical-format.md)
- [Doing Date Math](https://ploegert.gitbook.io/til/programmy/databases/mysql/doing-date-math.md)
- [Dump A Database To A File](https://ploegert.gitbook.io/til/programmy/databases/mysql/dump-a-database-to-a-file.md)
- [List Databases And Tables](https://ploegert.gitbook.io/til/programmy/databases/mysql/list-databases-and-tables.md)
- [Show Create Statement For A Table](https://ploegert.gitbook.io/til/programmy/databases/mysql/show-create-statement-for-a-table.md)
- [Show Tables That Match A Pattern](https://ploegert.gitbook.io/til/programmy/databases/mysql/show-tables-that-match-a-pattern.md)
- [Show Indexes For A Table](https://ploegert.gitbook.io/til/programmy/databases/mysql/show-indexes-for-a-table.md)
- [mongodb](https://ploegert.gitbook.io/til/programmy/databases/mongodb.md)
- [Determine The Database Version](https://ploegert.gitbook.io/til/programmy/databases/mongodb/determine-the-database-version.md)
- [Dump A Remote Database](https://ploegert.gitbook.io/til/programmy/databases/mongodb/dump-a-remote-database.md)
- [Get Size Stats For A Collection](https://ploegert.gitbook.io/til/programmy/databases/mongodb/get-size-stats-for-a-collection.md)
- [List Size Stats For All Collections](https://ploegert.gitbook.io/til/programmy/databases/mongodb/list-size-stats-for-all-collections.md)
- [mssql](https://ploegert.gitbook.io/til/programmy/databases/mssql.md)
- [postgres](https://ploegert.gitbook.io/til/programmy/databases/postgres.md)
- [commands](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands.md)
- [Triggers](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/triggers.md)
- [Use A psqlrc File For Common Settings](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/use-a-psqlrc-file-for-common-settings.md)
- [Switch The Running Postgres Server Version](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/switch-the-running-postgres-server-version.md)
- [Track psql History Separately Per Database](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/track-psql-history-separately-per-database.md)
- [Toggling The Pager In PSQL](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/toggling-the-pager-in-psql.md)
- [Temporarily Disable Triggers](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/temporarily-disable-triggers.md)
- [Sets With The Values Command](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/sets-with-the-values-command.md)
- [Set A Statement Timeout Threshold For A Session](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/set-a-statement-timeout-threshold-for-a-session.md)
- [Send A Command To psql](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/send-a-command-to-psql.md)
- [Sleeping](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/sleeping.md)
- [Set Inclusion With hstore](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/set-inclusion-with-hstore.md)
- [Prepare, Execute, And Deallocate Statements](https://ploegert.gitbook.io/til/programmy/databases/postgres/commands/prepare-execute-and-deallocate-statements.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ploegert.gitbook.io/til/programmy/databases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
