From fb813fe35bf68fbc1c209086d5ba3bf58cfaeb5f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 26 Sep 2014 07:46:58 +0200 Subject: [PATCH] typo & link fixes --- pq.md | 6 +++--- pq/Result/: Fetching Results.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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: -- 2.30.2