Fixed adaptation doc example

Close ticket #63
This commit is contained in:
Daniele Varrazzo 2011-07-24 20:42:23 +01:00
parent 2f6336ea78
commit 30a046c602

View File

@ -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)');