Double messages!

Поиск
Список
Период
Сортировка
От Themistoklis Konstantinou
Тема Double messages!
Дата
Msg-id 20031105151608.25369.qmail@web41404.mail.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "shiva"
Дата:
Сообщение: Query
Следующее
От: Ekkehard Schwaar
Дата:
Сообщение: Postmaster don't start