77 results found
-
foreign tables in database explorer
Could you show foreign tables in database explorer?
6 votes -
1 vote
-
1 vote
-
Database Diagram without Database
MySQL Workbench have feature to create a model without requiring an actual database. We can create/update/remove objects. Please make this one. dbForge studio for MySQL DBD is totally opposite. It requires to have a database (connection) and any changes done reflects to actual db. :(
This is the reason I prefer MySQL workbench to create DB diagrams.
5 votes -
Automatic Quote insertion
SELECT column FROM table;
When I select the column name or any text and press Single or Double quote key, The column name should be surrounded by that quote:
SELECT [column] FROM table; -- [column] => selected text
Exptected:
SELECT "column" FROM table;
-- OR --
SELECT 'column' FROM table;
Currently it just replaces the selected text with quote:
SELECT ' FROM table;3 votes -
In objects tree, group objects by schema and type
Objects tree on the left hand side should group objects:
- by schema (ex. first node in the tree: Public, next: X, etc)
- by type: tables, views, triggers, functions, etc11 votes -
Automatice detect DataType and show view
JSONB, JSON column => as JSON
INT,DECIMAL => as NUMERIC
so on...At moment, we have to switch type eveytime, this is so annonying.
3 votes -
Linux / Mac version
Most developers works under mac / linux, wish to use your software on linux
2 votes -
set json view as default for json(b) fields.
When we retrieve the data, if we have any json/jsonb column, when we edit, we see edit box shown as text view mode. It should be automatically select jsonView as default based on field type.
Note: Latest express edition used.
6 votes -
copy
Copy as SQL
3 votes -
Add support for the \include filename meta-command
psql supports \include and \include-relative meta commands that allow one script to be called from another.
Please include this functionality in dbForge.
2 votes -
add a map viewer
Please please please add a geometry data type map viewer. Please have a configurable basemap that accepts vector tile maps and allows for both free and paid sources (eg Carto and Mapbox)
1 vote -
JSON/JSONB values auto-complete
Possible to add a feature of JSON/JSONB value auto-completion?
"column"->[show auto-complete-list]
"column"->'key'->[show auto-complete-list]It would be a great feature to have that no one has.
P.S. Same goes for XML column type
1 vote -
Auto-complete for custom functions/views/procedures/type casting etc...
- Ctrl+Space to show custom function / procedures in intellisense.
- Ctrl+Space to show user created views in intellisense.
- 'column'::<list> -> Show list of supportted types
and so on...
1 vote -
Data generation from tables with foreign keys.
Add the ability for Data generation from tables with foreign keys.
1 vote -
How do we import csv file into psql from azure storage account?
Usually using copy command we can import files into psql stored in local drive. How can we use copy command to import files stored in azure storage account?
1 voteAdminDevart (_, Devart) respondedYou can download the file to a local drive and perform data import.
Also, you can import it using ODBC https://docs.devart.com/studio-for-postgresql/exporting-and-importing-data/migrating-data-from-other-servers.html
-
automatic quote TABLE and COLUMN names from suggestion and autocomplete feature
Because postgresql usually need to quote table and columns names (if names are not LOWERCASE), will be nice if sql editor, when suggesting for autocomplete, type "table name" or "column name" with also quotes.
1 vote
- Don't see your idea?