58 results found
-
Copy or cut line in one keystroke like in Visual Studio
"if you just want to cut or copy one line, you don't have to select the line. All you have to do is put your cursor on the line and press Control+X or Control+C. Visual Studio will cut or copy the whole line, including the carriage return."
https://visualstudiomagazine.com/Blogs/Tool-Tracker/2015/02/Cut-Copy-One-Keystroke.aspx
2 votes -
Filter for schemas and tables (using names and wildcards) during Schema Comparing
Product: dbForge Schema Compare for PostgreSQL
Product Version: 1.1.1
Schema filtering is important, because some schemas include temporary and internal data. For example in many extension (timescaledb, pg_partman).
Some time developer want to include these schema, some time does not.1 vote -
one instance
Hallo,
es wäre super, wenn man DB-Forge optional nur einmal starten könnte. Leider habe ich oft mehrere Instanzen gestartet. Die geöffneten/gespeicherten Tabs sind dann unterschiedlich.
1 vote -
Add Roles to the Database Explorer
Only Database objects are display in the DE, Roles would be handy.
2 votes -
Permit the SQL results as text vs grid to be set both before and after a query
Permit the SQL results as text vs grid to be set both before and after a query. Sometimes once a query is run, it's useful to be able to convert it to text without running the query again.
1 vote -
Query execution on a timed interval
The ability to execute a query repeatedly base on a time interval - a refresh rate if you will.
1 vote -
Session browser
A screen similar to Toad or DBeaver which show active sessions, allows grouping, sorting, filtering. Provides runtime information from pgstatactivity. Allows auto-refresh. For example:
postgres 9119 xxxxx 2020-10-05 15:52:34.000000 2020-10-05 15:52:34.000000 (null) (null) active
tagmanager 13679 xxxxx 2020-10-05 15:52:34.000000 2020-10-05 15:52:34.000000 Client ClientRead idle
tagmanager 13316 xxxxx 2020-10-05 15:52:34.000000 2020-10-05 15:52:34.000000 Client ClientRead idle
rdsadmin 26264 xxxxx 2020-10-05 15:52:34.000000 2020-10-05 15:52:34.000000 Client ClientRead idle
maxnote 23469 xxxxx 2020-10-05 15:52:34.000000 2020-10-05 15:52:34.000000 Client ClientRead idle
maxnote 23470 xxxxx 2020-10-05 15:52:34.000000 2020-10-05 15:52:34.000000 Client ClientRead idle
tagmanager 13317 xxxxx 2020-10-05 15:52:34.000000 2020-10-05 15:52:34.000000 Client ClientRead idle
maxnote 24322 xxxxx 2020-10-05…3 votes -
Fix correspondence of sort order for stacked bar chart and its legend
Check the correspondence between a pivot table / stacked bar chart's legend sort order and the sort order of the bar stack. Its wrong- read the bar from base to top and the legend reads from top to bottom, they should be inverted to be WYSIWYG.
1 vote -
1 vote
-
Link Features in "What’s New in dbForge" to Page in Documentation
Hi!
Please make a link of the Features in "What’s New in dbForge" to Page in Documentation
so one can find what exactly is die Feature.
For Example "Generate Script AS CREATE" in v2.2: cant find in Documentation what /where exactly i can use it.Greetings, Marc
2 votes -
Query Builder
A Query Builder is missing and it would be really useful for sql sheets.
4 votes -
Show upper level objects, e.g. tablespaces
When I connect to my PostgreSQL 11.5 database using the dbForge Studio for PostgreSQL, only the databases are shown in the Database Explorer. How can I view the upper level objects, e.g. tablespaces?
3 votes -
View RAISE NOTICE results
According to the PostgreSQL documentation, the RAISE statement can be used to report messages and raise errors. I would like to be able to see the results of a RAISE NOTICE statement in the OUTPUT panel in dbForge.
It will be a great help in the debugging of functions and complex code.
15 votes -
Change column type on Import
When importing data from CSV Studio detects column types, but no way to change mapping. For example, int isn't enough, I'd like to change type to bigint.
5 votes -
Role Management
Only one feature is preventing me from purchasing a full license - role/login management, similar to the Security Manager feature in the MySQL version of the product.
7 votes -
Ability to see all views / tables / materialized views under one node of Object Explorer
Is there a way to see all views / tables / materialized views in the object explorer together, without separating them by type?
2 votes -
edit table
edit table like dbForge Studio for mysql
12 votes -
Automatically create diagram for database
dbForge Studio analyses all tables, primary keys, relations and creates diagram automatically.
3 votes -
In Data Editor grid how to switch off converting DateTime values into a local computer DateTime format?
In the table I have a column of timestamptz type, actually with value in UTC, and dbForge studio displays the values of this column in timezone of my local computer +03.
However, for me is important to see the data exactly how it is stored in DB.9 votes -
Transaction controls and settings
BEGIN / COMMIT / ROLLBACK is ignored when pressing "Execute Current Statement". Button / menu item for transaction control do not exists.
Changing auto-commit mode are helpful, too:
- auto-commit on
- auto-commit off => preserve error state
- auto-commit off with auto rollback
- auto-commit off with auto save point and rollback (emulates other dbs)1 vote
- Don't see your idea?