Skip to content

dbForge Studio for PostgreSQL

dbForge Studio for PostgreSQL is a GUI tool for managing and developing databases and objects. The IDE for PostgreSQL allows users to create, develop, and execute queries, edit and adjust the code to your requirements in a convenient and user-friendly interface. The tool provides a data editing tool to customize your queries and property window so that users can view all the required information of PostgreSQL database objects they are interested in.

https://www.devart.com/dbforge/postgresql/studio/

dbForge Studio for PostgreSQL

Categories

JUMP TO ANOTHER FORUM

32 results found

  1. Write please the program for PostgreSQL.

    193 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  42 comments  ·  Admin →
  2. It wolud be a good idea to release a schema comparison tool for PostgreSQL.

    25 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  4 comments  ·  Admin →
  3. 13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  4. Is there a way to script a table / view / materialized view?

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  5. Is there a "format SQL" option?

    8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  3 comments  ·  Admin →
  6. Export to file csv, xlsx

    8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  7. Connect via SSH with private key

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  8. 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 it

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  9. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  10. On Schema Comparison should be nice compare all the information of a table, indexes was part of that.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  2 comments  ·  Admin →
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  12. Ability to generate table scripts Select, Select First N, Insert, Update, Delete

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  13. Autocomplete SQL after JOIN definition (pgAdmin4 4.x can do it)

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  3 comments  ·  Admin →
  14. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  3 comments  ·  Admin →
  15. In properties' box should appear the creater or owner

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  16. Execute selected or current sql block with CTRL-Enter or CTRL-E.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  2 comments  ·  Admin →
  17. Most developers works under mac / linux, wish to use your software on linux

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  18. Add an option in autocompletion and SQL formatter that makes all reserved words lowercase. I know that PostgreSQL prefers uppercase, but I use several languages and have the own code style. Moreover, using too may caps seems a liitle bit weird.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  19. This is Aginity output:
    /*
    Current path set to $user, public /
    /
    Start time 6/6/2024 1:07:30 PM, end time 6/6/2024 1:07:30 PM. /
    /
    Duration 0.0334243 sec. /
    CREATE TABLE #tbl (id INT, strn TEXT);
    /
    Start time 6/6/2024 1:07:30 PM, end time 6/6/2024 1:07:31 PM. /
    /
    Duration 0.3152067 sec. */

    INSERT INTO #tbl (id, strn) VALUES (1, 'abc');
    /* Records Affected: 1. */

    /* Start time 6/6/2024 1:07:31 PM, end time 6/6/2024 1:07:36 PM. /
    /
    Duration 5.4033747 sec. */

    UPDATE #tbl SET strn = 'qwe' WHERE id = 1;
    /* Records Affected: 1. */

    /* Start…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  20. When in the editor in dbForge Studio for Postgres, placing the caret in a line and hitting the Ctrl+D key combination should duplicate the current line the caret is in, below the current line. Multiple text editors provide this key combo for this purpose.

    Here is a GIF showing this functionality in Notepad++
    https://imgur.com/a/hHjCRSe

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  2 comments  ·  Admin →
← Previous 1
  • Don't see your idea?