Double messages! - Mailing list pgsql-cygwin

From Themistoklis Konstantinou
Subject Double messages!
Date
Msg-id 20031105151608.25369.qmail@web41404.mail.yahoo.com
Whole thread Raw
List pgsql-cygwin
I am trying to use the Cygwin to write my fuctions (postgresql).the problem is that I receive two times each message that produce my function (eg RAISE NOTICE "........").
If i use the pgadmin, this problem doesn t exist
Why?
Could You please help me?
 
Thank You In Advance
TGK
PS : Create Function ..... Returns Integer AS'
       Begin
       Raise Notice '\ OK '\;
       Return 0;
       End'
       language 'plpgsql';
 
Pg admin produces  :    OK
 
Cygwin produces:   OK
                             OK
 
 


Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

pgsql-cygwin by date:

Previous
From: "shiva"
Date:
Subject: Query
Next
From: Ekkehard Schwaar
Date:
Subject: Postmaster don't start