Hello,
Thank you for fixing.
I notice that there is also example which cause a syntax error
like "create table" in example of below URLs:
http://developer.postgresql.org/docs/postgres/sql-release-savepoint.html
http://developer.postgresql.org/docs/postgres/sql-savepoint.html
A word "table" in SQL "INSERT INTO table VALUES (3);" is reserved.
So renaming or quoting are needed to avoid an error.
regards,
--
Shigehiro Honda