In the following code from our DDL:
COMMENT ON COLUMN pathway.svg_file_name IS 'Name of the svg pathway file with out pathing information. The pathing info should be stored as a variable on the system as it could vary.';
ON is marked in red as not being a valid keyword, but it is. This is a Postgresql DB script.
It would be more logical to write a general feature request to support Postgres.