We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9609dee + edb0759 commit 1fd2f4bCopy full SHA for 1fd2f4b
docs/src/index.md
@@ -16,7 +16,7 @@ A Julia wrapper for the PostgreSQL `libpq` [C library](https://www.postgresql.or
16
```julia
17
using LibPQ, Tables
18
19
-conn = LibPQ.Connection("dbname=postgres")
+conn = LibPQ.Connection("dbname=postgres host=localhost port=5432")
20
result = execute(conn, "SELECT typname FROM pg_type WHERE oid = 16")
21
data = columntable(result)
22
0 commit comments