Comments on Database Objects Not Supported
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Akiban SQL Parser |
Triaged
|
Low
|
Mike McMahon |
Bug Description
Comments on database objects as supported through PostgreSQL are not currently supported through Akiban. For example:
drupal=> create table t1(id int not null);
CREATE TABLE
drupal=> comment on table t1 is 'this is a comment';
ERROR: [] com.akiban.
Was expecting one of:
"alter" ...
"begin" ...
"commit" ...
"create" ...
"declare" ...
"delete" ...
"drop" ...
"execute" ...
"insert" ...
"rollback" ...
"select" ...
"update" ...
"values" ...
"truncate" ...
"call" ...
"explain" ...
"lock" ...
"rename" ...
"{" ...
"(" ...
"?" ...
<DOLLAR_N> ...
: comment on table t1 is 'this is a comment';
drupal=>
The syntax PostgreSQL uses for comments is defined here:
Changed in akiban-sql-parser: | |
milestone: | none → future |
Changed in akiban-server: | |
milestone: | none → future |
tags: | added: indiedb |
Changed in akiban-server: | |
assignee: | Jack Orenstein (jack-akiban) → Mike McMahon (mmcm) |
Changed in akiban-sql-parser: | |
importance: | Medium → Low |
Changed in akiban-server: | |
importance: | Medium → Low |
tags: | added: errata |
information type: | Private → Public |
We need to have a meeting to determine whether this is a simple addition during the Jenia timeframe or if we need to schedule it for the next release.