From 5ad9cd319937b8401b752bd0f6879cc129d8639d Mon Sep 17 00:00:00 2001 From: davidmurdoch Date: Wed, 4 Jul 2012 07:43:57 -0700 Subject: [PATCH] Fix sentence funny with order words (smirk) --- Connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connection.md b/Connection.md index f2b1ac5..7b5c150 100644 --- a/Connection.md +++ b/Connection.md @@ -16,7 +16,7 @@ There are a few minor variations from the protocol: The reason for the renamings is 90% of the message names in the protocol do no contain "message" "request" "response" or anything similar, and I feel it's a bit redundant to send a "passwordMessage message." But then again...[I do say ATM machine](http://en.wikipedia.org/wiki/RAS_syndrome). -Anyways...using a connection directly is a pretty verbose and cumbersom affair. Here's an example of executing a prepared query using the directly __Connection__ api in compliance with PostgreSQL. +Anyways...using a connection directly is a pretty verbose and cumbersom affair. Here's an example of executing a PostgreSQL-compliant prepared query using the __Connection__ api directly. _note: this works and is taken directly from an integration test; however, it doesn't include error handling_