> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/postgres.md).

# Postgres

## Ссылки

PostgreSQL 18.1 Documentation: [www.postgresql.org](https://www.postgresql.org/docs/18/index.html)

Документация к PostgreSQL 18.0: [postgrespro.ru](https://postgrespro.ru/docs/postgresql/current)

Запускаем PostgreSQL в Docker: от простого к сложному: [habr.com](https://habr.com/ru/articles/578744/)

Установка и настройка PostgreSQL в Docker: [timeweb.cloud](https://timeweb.cloud/tutorials/postgresql/postgresql-docker-setup)

postgres: [hub.docker.com](https://hub.docker.com/_/postgres)

Предварительное заполнение базы данных схемой и данными при запуске среды разработки: [docs.docker.com](https://docs.docker.com/guides/pre-seeding/)

Поднимаем кластер PostgreSQL в Docker и Testcontainers: [habr.com](https://habr.com/ru/articles/754168/)

SSH и удалённые git-репозитории: [habr.com](https://habr.com/ru/articles/755036/)

Быстрый старт Docker Compose: [docs.docker.com](https://docs.docker.com/compose/gettingstarted/)

Guide to Conditional Database Creation in PostgreSQL: [w3resource.com](https://w3resource.com/PostgreSQL/snippets/postgresql-create-database-if-not-exists.php)

Визуализация баз данных PostgreSQL с помощью pgAdmin: [docs.docker.com](https://docs.docker.com/guides/pgadmin/)

dpage/pgadmin4: [hub.docker.com](https://hub.docker.com/r/dpage/pgadmin4)

pgAdmin 4 (Container): [pgadmin.org](https://www.pgadmin.org/download/pgadmin-4-container/)


---

# 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://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/postgres.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.
