# GCP PostgreSQL

With GCP PostgreSQL, users can deploy and manage PostgreSQL databases in the cloud without the need for infrastructure management, allowing them to focus on their applications and data.

This connector enables integration with Google Cloud Platform's managed PostgreSQL service in Daton. It allows users to extract data from GCP PostgreSQL databases and load it into their desired destination for further analysis and processing.

#### This section includes:

* [Snapshot](#snapshot)
* [Setup Manual](#setup-guide)

## Snapshot

<table><thead><tr><th width="271">Features</th><th width="324">Details</th></tr></thead><tbody><tr><td>Connector Status</td><td>Stable</td></tr><tr><td>API Version</td><td></td></tr><tr><td>Authentication Parameters</td><td>Hostname<br>Database Port<br>Database Username<br>Database Password<br>Database name</td></tr><tr><td>Replication Type</td><td>Full Replication<br>Key Based Incremental</td></tr><tr><td>Replication Key</td><td>Date<br>Table Primary/Unique Keys</td></tr><tr><td>Suggested Replication Frequency</td><td>1hr</td></tr></tbody></table>

## Setup Manual <a href="#setup-guide" id="setup-guide"></a>

Click [here](/daton/integrations/data-sources/databases/gcp-postgresql/setup-manual.md) to read the stepwise instructions to connect your GCP PostgreSQL Database to Daton.

> #### Run Immediate functionality
>
> Instead of waiting for the regular scheduled data update or extraction, users can trigger an immediate data load specifically for the selected datetime range or based on specific key values.
>
> This functionality is beneficial when there is a need to retrieve and load historical data promptly, providing users with more flexibility and control over their data integration processes.


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/databases/gcp-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.
