Re: [pgadmin-support] Result of a query not visible but exported as csv

2016-12-20 Thread Murtuza Zabuawala
Hi, Would you provide sample table structure & data, so that we can re-prduce the issue? -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Dec 20, 2016 at 11:16 PM, Alain Reymond wrote: > Hello, > > I have a problem under pgAdmin

Re: [pgadmin-support] DB Creation From .dmp File

2016-12-20 Thread Amedeo
This post has NOT been accepted by the mailing list yet. Hi Melvin. Thank you! I have a .dmp file in local. I'm using PostegreSQL 9.6 in PgAdmin4 in WIN 7 OS. When i try to load a .dmp file system return "Failed (Exit code 1)" Thank you -- View this message in context: http://postgresql.n

[pgadmin-support] Result of a query not visible but exported as csv

2016-12-20 Thread Alain Reymond
Hello, I have a problem under pgAdmin 4 v 1.1 under Windows 10. I make a query (for example select * from mytable). Once the query is completed, the "Data output" section displays the names of the columns but no data is displayed. Curiously, I can export the rows in a csv files. Any ideas how t

Re: [pgadmin-support] pgadmin4 edit function properties resets arguments

2016-12-20 Thread Khushboo Vashi
Hi, The similar issue is already reported #1979 . The issue has been fixed and it will be available in the next release. Thanks, Khushboo On Tue, Dec 20, 2016 at 2:07 PM, Vladimir Yavoskiy wrote: > Hi! > > using pgAdmin4 1.1 I can't edit my functio

[pgadmin-support] pgadmin4 edit function properties resets arguments

2016-12-20 Thread Vladimir Yavoskiy
Hi! using pgAdmin4 1.1 I can't edit my functions: 1. create function with arguments 2. refresh scheme 3. edit function properties - there is no arguments in tab 4. edit function code - there is no arguments in SQL tab: "CREATE OR REPLACE FUNCTION foo() ." thanx, goodbye. -- Sent via pga