diff --git i/doc/src/advanced.rst w/doc/src/advanced.rst index c2c3a15..34ae671 100644 --- i/doc/src/advanced.rst +++ w/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)');