Workflow: Manual Postgres Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Postgres",
            "type": "n8n-nodes-base.postgres",
            "position": [
                450,
                300
            ],
            "parameters": {
                "query": "SELECT * from sometable;",
                "operation": "executeQuery"
            },
            "credentials": {
                "postgres": "postgres-creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Postgres",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Import Odoo Product Images from Google Drive
View
Autopilot Automate
View
Content to 9:16 Aspect Image Generator v1
View
Code Schedule Create Scheduled
View
HTTP Timescaledb Automation Scheduled
View
Zammad Open Tickets
View
Fine-tuning with OpenAI models
View
Manual Code Create Triggered
View
Splitout Schedule Update Webhook
View
Auto-Tag Blog Posts in WordPress with AI
View