[pgadmin-support] Missing MSVCR71.dll

2007-08-03 Thread Ben West
Hi, I just installed the 1.8 beta. When I attempt to start it, it give me the error "This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem. This is on Windows XP SP2, full patched. I do not have the base Postgr

Re: [pgadmin-support] Problem with SQL pane - functions definitions which returns SETOF

2007-08-03 Thread Guillaume Lelarge
Hi, Taras Kopets a écrit : > When I select functions which returns SETOF in "Object browser" to get > their definitions I have 2 duplicating lines with text RETURNS SETOF. > See examples below. > [Version 1.8.0 Beta 2 (Jul 25 2007, rev: 6486)]. > > CREATE OR REPLACE FUNCTION ... > RETURNS S

[pgadmin-support] Problem with SQL pane - functions definitions which returns SETOF

2007-08-03 Thread Taras Kopets
Hi! When I select functions which returns SETOF in "Object browser" to get their definitions I have 2 duplicating lines with text RETURNS SETOF. See examples below. [Version 1.8.0 Beta 2 (Jul 25 2007, rev: 6486)]. CREATE OR REPLACE FUNCTION ... RETURNS SETOF integer RETURNS SETOF integer