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(
Hello pgadmin-support,
I'm using pgAdminIII Version 1.1.0 Devel (Aug 9 2004) on Windows XP SP2.
I found a bag:
When pgAdmin generates sql query for create (or replace) function
it does not quote the name of returning type e.g.
CREATE OR REPLACE FUNCTION "AreasThemesStatistics_Get4Area"("areaId"