History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19525
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Robert S. Sfeir
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

SQL - COMMENT ON CHANGE not accepted as valid SQL

Created: 10 Sep 08 00:17   Updated: 10 Sep 08 14:12
Component/s: SQL

Environment: OS X

Build: 8,769
Severity: Medium


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 10 Sep 08 13:15 - edited
IDEA does not support Postgresql at the moment. SQL-92 and MySQL support is more or less ready; also Oracle and SQLite support prototypes are provided.
It would be more logical to write a general feature request to support Postgres.