OK, it is not really a bug. It's more a feature request.
At the moment when I expand a schema in the browser, then I see nodes for
collations, domains, tables, .
It would be nice to see the counter of elements under this nodes.
Functions (0), Tables (31), .
Sometimes I need manually ex
It looks like it was prepared to be displayed as a new line, but the line
break is missing.
pgAdmin 4
CREATE CONSTRAINT TRIGGER aaa_aid_trigger
AFTER INSERT OR DELETE
ON bbb.aaa
DEFERRABLE INITIALLY DEFERREDFOR EACH ROW
WHEN (("ccc"() = 'ddd'::name))
EXECUTE
At the moment it looks for example like this:
It would be nice to have an option to change the font for better output. Or
another embedded font in pgAdmin 4 package.
This is how I like it to be displayed (screenshot of notepad++):
pgAdmin 4 v1.5
Desktop Runtime
Windows 10 x6
Hi Christoph,
it looks like you wish to backup multiple tables from a database at once. That
is the use case, that is not implemented at the moment.
Or I did not understand it. J
Von: Christoph Schreiber [mailto:schrei...@netzwerge.de]
Gesendet: Dienstag, 23. Mai 2017 16:15
An: mam
Hi Christoph,
> sorry I meant to backup a single table (not a column) in a schema. This is
> possible with pga3 and of course with the pgsql-console but not in pga4.
This is possible. Right click on a table in the browser (structure) and select
„Backup…“ from the context menu.
It looks l
Hi Melvin,
sorry I meant to backup a single table (not a column) in a schema. This is
possible with pga3 and of course with the pgsql-console but not in pga4.
Regards, Christoph
Von: Melvin Davidson [mailto:melvin6...@yahoo.com]
Gesendet: Dienstag, 23. Mai 2017 15:18
An: Christoph Schreiber ;
Christopher,
I am not PgAdmin support, but in all fairness
>You cannot make a pg_dump from a single column. You always have to dump the
>whole table. this has never been the case. pg_dump has never had the option to
>dump just a single column.
https://www.postgresql.org/docs/9.6/static/app-pgdum
Hi Dave,
well then I wanna give you a constructive feedback.
My 3 biggest issues with pga4 are
- It is not working on Win10. If you install it and then e.g. make a
dump you don’t see the little pop-up window with the status/error/success
message. So I do never know what is happening. A