Re: [pgadmin-support] database backup with pg_dump via pgadmin3 problem

2004-09-05 Thread Andreas Pflug
Miha Radej wrote: hi! on windows 2000 sp4 i get to the following problem while trying to do a database backup using pgadmin3 version 1.1.0 devel (jul 23 2004): ** pg_dump.exe -h localhost -p 5432 -U delo -F p -v -f "c:\trusted_backup.sql" explorer pg_dump.exe: server version: 8.

Re: [pgadmin-hackers] [pgadmin-support] cursor disappears

2004-09-05 Thread Andreas Pflug
Raphaël Enrici wrote: Just did some test here. In "properties" tab, arguments stays greyed This is an information only field. but I can add arguments with the "parameters" tab. Note that in the parameters tab, "SET" is selected by default but greyed until you try to select something in it (normal

Re: [pgadmin-support] Bug report

2004-09-05 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: When pgAdmin generates sql query for create (or replace) function it does not quote the name of returning type e.g. Fixed in cvs, thanks for reporting. bug #2 in table editor (view) dialog i can't insert a row in the table which does not contain oid field (created without o

Re: [pgadmin-hackers] [pgadmin-support] cursor disappears

2004-09-05 Thread Raphaël Enrici
Andreas Pflug wrote: Raphaël Enrici wrote: Just did some test here. In "properties" tab, arguments stays greyed This is an information only field. Ok, that's what I suspected. but I can add arguments with the "parameters" tab. Note that in the parameters tab, "SET" is selected by default but grey

[pgadmin-support] Bug report

2004-09-05 Thread Ivan-Sun1
Hello pgadmin-support, CREATE TYPE "AreasStatistics_GetForAreaType" AS ("AreaCaption" varchar(256), "AreaUrl" varchar(1024), "Balance" numeric(18,9), "TodayExposures" int4, "YesterdayExposures" int4, "WeekExposures" int4, "MonthExposures" int4, "TodayMoney" numeric(