37 results found
-
dbForge Studio for PostgreSQL?
Write please the program for PostgreSQL.
193 votes -
dbForge Schema Compare for PostgreSQL
It wolud be a good idea to release a schema comparison tool for PostgreSQL.
25 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.
17 votes -
13 votes
-
Add a possibility to script a table / view / materialized view
Is there a way to script a table / view / materialized view?
9 votes -
Add Format SQL option
Is there a "format SQL" option?
8 votes -
Export to file
Export to file csv, xlsx
8 votes -
Connect via SSH with private key
Connect via SSH with private key
5 votes -
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…
4 votes -
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
4 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;4 votes -
Import different formats
Import CSV, MS Excel, MS Access formats.
Similar to EMS PG SQL Manager studio.
Having more advanced features will help managing data; I don't mind paying for it4 votes -
Work with Postgres 10.1
Just downloaded the current version (10.1) of postgresql for windows, tried to connect with the beta and it says:
The version of the PostgreSQL server (Host: localhost Port: 5432) is not supported.Support is done for PostgreSql versions starting 8.3.
Is this a bug or does it have a limit on the higher version? Doesn't make much sense...
4 votes -
Schema Compare include indexes
On Schema Comparison should be nice compare all the information of a table, indexes was part of that.
3 votes -
When support for PostgreSQL 14.x version is planned?
We are using currently PostgreSQL 13.6. Due to some new features we need to migrate to PostgreSQL 14. Is support for PostgreSQL version 14 planned and when?
3 votes -
Ability to generate table scripts
Ability to generate table scripts Select, Select First N, Insert, Update, Delete
3 votes -
Autocomplete SQL after JOIN definition (pgAdmin4 4.x can do it)
Autocomplete SQL after JOIN definition (pgAdmin4 4.x can do it)
3 votes -
merge into...
if i use MERGE INTO material.stock_serials AS target
USING (format doens't work
2 votes -
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?
2 votes -
I want to know which is the owner or creater
In properties' box should appear the creater or owner
2 votes
- Don't see your idea?