64 results found
-
context menu
context menu on table trigger to script (create or replace) trigger function directly
2 votes -
change names on property's box
Will be easy can change or rename the columns or tables
2 votes -
Highlight error between $$
All text between $$ (anonymous or named i.e. $name$) code highlighted as text literal. E.g. standard example from official PG docs:
CREATE PROCEDURE insert_data(a integer, b integer)
LANGUAGE SQL
AS $$
INSERT INTO tbl VALUES (a);
INSERT INTO tbl VALUES (b);
$$;All text from $$ to $$ is colored as literal.
2 votes -
Update software through the proxy
It would be great to be able to enter Proxy Server Credential to update software in corporate environment
2 votes -
Make dbForge work on monitor> 100Hz
It flickers above it. 100Hz and below seems to be ok
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.
2 votes -
2 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 -
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)2 votes -
2 votes
-
Application to create snapshot files of remote databases
Application to create small snapshot of remote databases to be downloaded and compared to master database where a new script is generated to run on remote machine.
2 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 -
Syntax highlight error on MERGE command
dbForge Studio 2025.2.109 with PostgreSQL 15 syntax highlight error on MERGE command. Fix this please.
1 vote -
specialized designer window for each object type
Add specialized designer windows for each object type similar, so for example if you have a function you will see the parameters, output tables and their types as part of a definition grid of some sort, if you are editing a table you will see columns and their types in a different style of grid with all sorts of options too (unlogged, permissions, change schema , etc …), when editing a row level security it will give you access to 2 editors in the same window depending on whether you want 1 policy for all operations or a separate policy…
1 vote -
F12 function key pressed on an object name in editor should select object in Database Explorer
Would love to see the F12 function key behavior from dbForge SqlComplete in SSMS added to dbForge Studio for Postgres.
Here is a GIF of how the F12 key works in SSMS:
https://imgur.com/a/LZCOE7kWhen in the editor, you can place the caret on a object name (table, column, etc.) and hit F12, and the Database Explorer panel on the left expands to select that object.
1 vote -
Add feature to highlight matches when typing
I suggest to add highlighting matches when typing a text in (Ctrl+F)-window.
Here is how it works in SSMS:
https://i.imgur.com/DXypWLj.gifIt is especially useful when using regular expressions so that you see all highlighted matches of a pattern in text immediatelly.
1 vote -
Сделать нормальный DB Diagram для PostgreSQL
Сделать нормальный DB Diagram для PostgreSQL, как для MySql. Чтобы были контейнеры и множество других настроек. То, что есть сейчас - никуда не годится
1 vote -
Menu "Set Value to" with Boolean
Hi! Would be great for multiple selection.
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 -
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
- Don't see your idea?