Roadmap for new features and error with "generated" columns

Discussion of open issues, suggestions and bugs regarding database management and development tools for PostgreSQL
Post Reply
ChrisGO
Posts: 3
Joined: Tue 06 Aug 2019 15:35

Roadmap for new features and error with "generated" columns

Post by ChrisGO » Tue 06 Aug 2019 15:49

Hi,

I'm currently testing dbForge Studio for PostgreSQL and it looks very promising. Do you have a roadmap when new features will be implemented? I mean features like a graphical editor for designing tables or getting the DDL for a table or function.

Today the sql editor shows me an error for this query:

Code: Select all

create table test29387 (
  id int generated always as identity not null
);
It underlines the word generated and shows the error message ")" expected, but if I execute the code, the postgresql server accepts the query without any error.

alexa

Re: Roadmap for new features and error with "generated" columns

Post by alexa » Wed 07 Aug 2019 09:19

getting the DDL for a table
We have no estimated date for this.
or function.
The new version with this feature is planned to be released in a couple of months.
a graphical editor for designing tables

Today the sql editor shows me an error for this query:
create table test29387 (
id int generated always as identity not null
);
It underlines the word generated and shows the error message ")" expected, but if I execute the code, the postgresql server accepts the query without any error.
We have no estimated date for this.

Post Reply