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

Webhook Code Update Webhook
View
Update Roles by Excel
View
Schedule HTTP Send Webhook
View
Wait Code Create Scheduled
View
Load Prompts from Github Repo and auto populate n8n expressions
View
My workflow
View
AI Social Media Caption Creator
View
Schedule Removeduplicates Create Webhook
View
Notion Webhook Create Webhook
View
AI Agent with charts capabilities using OpenAI Structured Output
View