70 results found
-
context menu
context menu on table trigger to script (create or replace) trigger function directly
1 vote -
context menu on index, to be able to script create, alter, drop an existing index
context menu on index, to be able to script create, alter, drop an existing index
1 vote -
LIVE RAISE NOTICE MESSAGES
I see that the RAISE NOTICE in postgresql does print out, but you can't see them until after the query has completed. Most other IDEs print out the notices while the query is running. This is actually quite useful when debugging long running queries. I, like most developers, will add RAISE NOTICE to print out running times, and if a query takes a long time I may cancel the query half way through but already have several messages printed for what I have changed and can see if I have made any progress without having to wait for the entire…
1 vote -
Reload Files Changed Outside IDE
I sometimes change my SQL files outside of dbForge (e.g. inside Visual Studio when making minor changes before commit to git). I would like dbForge to ask me to reload changed files when I switch back to the dbForge window (or do so automatically if the file hasn't also changed in dbForge). Pretty much all editors support this feature - it baffles me that dbForge doesn't...or am I missing something?
1 vote -
change names on property's box
Will be easy can change or rename the columns or tables
1 vote -
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.
1 vote -
Сделать нормальный DB Diagram для PostgreSQL
Сделать нормальный DB Diagram для PostgreSQL, как для MySql. Чтобы были контейнеры и множество других настроек. То, что есть сейчас - никуда не годится
1 vote -
Update software through the proxy
It would be great to be able to enter Proxy Server Credential to update software in corporate environment
1 vote -
Allow stacking query results in the same tab like in SSMS
You used to support this for mysql.
It is unbelievably annoying to have to run comparison queries in separate tabs, then copy and paste the data into another program in order to do simple comparisons.
1 vote -
Make dbForge work on monitor> 100Hz
It flickers above it. 100Hz and below seems to be ok
1 vote -
Menu "Set Value to" with Boolean
Hi! Would be great for multiple selection.
1 vote -
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
1 vote -
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 -
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 -
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 -
to support selection of multiple tables or sequences for deleting a group of them.
This was the reason why I downloaded the trial since pgAdmin did not allow that either.
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
1 vote
- Don't see your idea?