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

13 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. 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 →
  4. 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 →
  5. 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 →
  6. 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 →
  7. 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 →
  8. 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 →
  9. ex: Display is 2019-08-09 01:37:37,But I hose display is 2019-08-09 13:37:37

    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

    1 comment  ·  Admin →

    This can be setup in the ‘Data Editor → Formatting’ section of the ‘Options’ window (select ‘Tools → Options…’ from the main menu).

  10. I haven't found this opportunity to get an execution plan for my queries

    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  ·  0 comments  ·  Admin →
  11. Please support for syntax highlight in function body and anonymous blocks defintion (i.e. between $$).
    Even obsolescent pgAdmin3 has this feature.

    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

  12. dbForge Studio Express for PostgreSQL 1.0.410.
    PostgreSQL 10.3 on x8664-alt-linux-gnu, compiled by x8664-alt-linux-gcc (GCC) 5.3.1 20151207 (ALT Linux 5.3.1-alt3), 64-bit

    "Unterminated dollar-quoted string" error raises when creating plpgsql function with an empty string as default parameter value.

    Repro:

    execute this script in dbForge Studio:

    create or replace function dbo.test123
    (

    p text = ''
    )
    returns void
    as

    $$
    declare
    begin
    null;
    end;
    $$
    language plpgsql;

    output:

    ------ Execution started: Connection: SQL.sql ------

    Error (1,1): unterminated dollar-quoted string at or near "$$
    declare
    begin
    null"
    DML succeeded [0,005s]
    Error (12,1): unterminated dollar-quoted string at or near "$$
    language…

    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  ·  0 comments  ·  Admin →
  13. Unicode text displaying as ???????.

    Software: dbForge Studio Express for PostgreSQL 1.0.410

    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 →
  • Don't see your idea?