# PostgreSQL

PostgreSQL es una aplicación de base de datos de código abierto, que destaca en el almacenamiento de objetos grandes y binarios. Integrar PostgreSQL con GearPlug te permite mantener tu base de datos actualizadas automáticamente.

{% hint style="info" %}
**¿No ves la acción que necesitas?**

¡[Contáctanos ya](https://www.gearplug.io/contact)! Selecciona la opción "Sugerir Acción", recomiéndanos la acción que te gustaría ver, y nosotros evaluaremos cómo incluirla.
{% endhint %}

### Como origen

<figure><img src="https://lh5.googleusercontent.com/kZheDv3JdgUeaZ1WEZWOVCHJChY5-dkHfqYfi_S0eX8omB5lN2cKHmmwik8yn5hRvfuaw9sARkJ91iFSWLYcTG52ITEhNMEedgY2C1IXzgQiRX_31hhj-JiR8iW0dbGh9Mawj2km8P5A3ts0TY0o8g" alt=""><figcaption></figcaption></figure>

Como origen, PostgreSQL ofrece una acción:

* **Obtener datos de la fila**: Importa los datos de nuevos registros guardados en tu cuenta.

### Como destino

<figure><img src="https://lh6.googleusercontent.com/iT_lGCC1ftNV-Svlr92jwfBt8rXWSN4OTgSv0SxBjtMK03R5v8Ujfjz5U79nNZolQuQNBYQANRhXf_8A4RtrtuFfUc7t1vfxYMOubeXtEQv-QtJ15CD_-oYx8q9x2KkOpqWmtBj6Ll3IxZxicquIZA" alt=""><figcaption></figcaption></figure>

Como destino, PostgreSQL ofrece dos acciones:

* **Insertar fila**: Crea nuevos registros automáticamente con datos de otras aplicaciones.
* **Actualizar fila**: Actualiza registros existentes con datos de otras aplicaciones.


---

# 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://docs.gearplug.io/configura-tus-conexiones/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.
