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