> For the complete documentation index, see [llms.txt](https://docs.selectstar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selectstar.com/integrations/postgres.md).

# PostgreSQL

## Supported Hosting Solutions

{% content-ref url="/pages/wkxBODsytNQmho2WXNJi" %}
[AWS RDS PostgreSQL](/integrations/postgres/aws-rds.md)
{% endcontent-ref %}

{% content-ref url="/pages/xuathWsrqsxdADsHLylN" %}
[AWS Aurora PostgreSQL](/integrations/postgres/aws-aurora.md)
{% endcontent-ref %}

{% content-ref url="/pages/pLZPrCl56365Yu4asdOh" %}
[PostgreSQL on-prem](/integrations/postgres/on-prem.md)
{% endcontent-ref %}

## Additional Information

#### Sync New Data Assets

If you create a new PostgreSQL schema in your database, we need you to re-grant our permissions.

To sync your new assets into Select Star, follow these steps:

1\. GRANT us access to the new Schema:

```sql
GRANT USAGE ON SCHEMA <schema_name> TO selectstar;
ALTER DEFAULT PRIVILEGES GRANT USAGE ON SCHEMAS TO selectstar;
```

2\. Go to **Select Star > Settings > Data**

3\. Find your Data Source, and click on **Configure**

4\. Click **Refresh**

5\. Click Next, and make sure your new Schema is selected.

![](https://github.com/selectstar/docs-customer/blob/main/integrations/.gitbook/assets/image%20\(7\)%20\(2\).png) ![](https://github.com/selectstar/docs-customer/blob/main/integrations/.gitbook/assets/image%20\(1\)%20\(1\)%20\(3\)%20\(1\).png)

We are always happy to help if you have any other questions! [Send us an email](mailto:support@getselectstar.com).


---

# 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://docs.selectstar.com/integrations/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.
