From: Michael Wallner Date: Fri, 26 Sep 2014 05:46:58 +0000 (+0200) Subject: typo & link fixes X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=fb813fe35bf68fbc1c209086d5ba3bf58cfaeb5f;p=mdref%2Fmdref-pq typo & link fixes --- diff --git a/pq.md b/pq.md index eb590cd..485daee 100644 --- a/pq.md +++ b/pq.md @@ -6,9 +6,9 @@ This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/cu ### Highlights: -* Nearly 100% support for [asynchronous usage](pq/AsyncOperations). -* Extended type [support by pg_type](pq/UsingTypes). -* Fetching simple [multi-dimensional array maps](pq/FetchingResults#markdown-header-fetching-simple-maps). +* Nearly 100% support for [asynchronous usage](pq/Connection/: Asynchronous Usage). +* Extended [type support by pg_type](pq/Types/: Overview). +* Fetching simple [multi-dimensional array maps](pq/Result/map). * Working [Gateway implementation](https://bitbucket.org/m6w6/pq-gateway). > ***NOTE:*** diff --git a/pq/Result/: Fetching Results.md b/pq/Result/: Fetching Results.md index 57acbe2..b8dd77e 100644 --- a/pq/Result/: Fetching Results.md +++ b/pq/Result/: Fetching Results.md @@ -1,6 +1,6 @@ # pq\Result: Overview -An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [Types](pq/: Using Types) and [Prepared Statements](pq/Statement/: Overview) for details about how to execute queries. +An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [types](pq/Types/: Overview) and [Prepared Statements](pq/Statement/: Overview) for details about how to execute queries. ## Fetch types: