File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/postgresql/flexible-server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Most language client libraries used to connect to Azure Database for PostgreSQL
29
29
| Go | [ Package pq] ( https://godoc.org/github.com/lib/pq ) | Pure Go postgres driver | [ Install] ( https://github.com/lib/pq/blob/master/README.md ) |
30
30
| C\# / .NET | [ Npgsql] ( https://www.npgsql.org/ ) | ADO.NET Data Provider | [ Download] ( https://dotnet.microsoft.com/download ) |
31
31
| ODBC | [ psqlODBC] ( https://odbc.postgresql.org/ ) | ODBC Driver | [ Download] ( https://www.postgresql.org/ftp/odbc/versions/ ) |
32
- | C | [ libpq] ( https://www.postgresql.org/docs/9.6 /static/libpq.html ) | Primary C language interface | Included |
32
+ | C | [ libpq] ( https://www.postgresql.org/docs/current /static/libpq.html ) | Primary C language interface | Included |
33
33
| C++ | [ libpqxx] ( http://pqxx.org/ ) | New-style C++ interface | [ Download] ( https://pqxx.org/libpqxx/ ) |
34
34
35
35
## Next steps
You can’t perform that action at this time.
0 commit comments