# PostgreSQL

PostgreSQL is our most used relational database system in the Lab.

The [Wikipedia article for Postgres](https://en.wikipedia.org/wiki/PostgreSQL) gives a fairly thorough overview.

One of the higlights of the PostgreSQL community is their wealth of documentation at <https://www.postgresql.org/docs/manuals/>. Their manual is hence a good read, even though it is 2000+ pages long. Reading that manual will give you a better introduction to Postgres than our documentation could cover.

The PostgreSQL team uses <https://git.postgresql.org/gitweb/?p=postgresql.git> as their central Git repository.


---

# Agent Instructions: 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://documentation.tjhsst.edu/technologies/dbs/postgresql.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.
