| From: | Themistoklis Konstantinou <themistoklis2004(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-cygwin(at)postgresql(dot)org |
| Subject: | Double messages! |
| Date: | 2003-11-05 15:16:08 |
| Message-ID: | 20031105151608.25369.qmail@web41404.mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jason Tishler | 2003-11-05 16:06:20 | Re: postgres.h |
| Previous Message | Ekkehard Schwaar | 2003-11-05 10:48:49 | Postmaster don't start |