Skip to content

Commit f0c769c

Browse files
authored
Update postgres.md
1 parent 8c3d3cd commit f0c769c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/databases/postgres.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Adding `sslmode=require` to connection uri parameter force SSL connection. Examp
1414
import connectorx as cx
1515
conn = 'postgres://username:password@server:port/database' # connection token
1616
query = "SELECT * FROM table" # query string
17-
cx.read_sql(conn, query) # read data from BigQuery
17+
cx.read_sql(conn, query) # read data from Postgres
1818
```
1919

2020
## Postgres-Pandas Type Mapping
@@ -58,4 +58,4 @@ cx.read_sql(conn, query) # read data from
5858

5959
<p align="center"><img alt="memory chart" src="https://raw.githubusercontent.com/sfu-db/connector-agent/main/assets/pg-mem.png"/></p>
6060

61-
In conclusion, ConnectorX uses **3x** less memory and **13x** less time compared with Pandas.
61+
In conclusion, ConnectorX uses **3x** less memory and **13x** less time compared with Pandas.

0 commit comments

Comments
 (0)