GlareDB / glaredb.github.io

Documentation for GlareDB
https://docs.glaredb.com/
MIT License
5 stars 4 forks source link

Docs: The current credential example on the `read_postgres` page doesn't work #271

Closed talagluck closed 6 months ago

talagluck commented 6 months ago

Description

We should update this to use a more typical connection string.

greyscaled commented 6 months ago

The following works both on GlareDB CLI (0.9.2) and QA with latest main

select * from read_postgres('host=pg.demo.glaredb.com port=5432 user=demo password=demo dbname=postgres', 'public', 'customer');