From 30a046c602af1dcbf7ca93771b0dc740aa64dffb Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 24 Jul 2011 20:42:23 +0100 Subject: [PATCH] Fixed adaptation doc example Close ticket #63 --- doc/src/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst index c2c3a156..34ae671a 100644 --- a/doc/src/advanced.rst +++ b/doc/src/advanced.rst @@ -147,7 +147,7 @@ geometric type: The above function call results in the SQL command:: - INSERT INTO atable (apoint) VALUES ((1.23, 4.56)); + INSERT INTO atable (apoint) VALUES ('(1.23, 4.56)');