Brian Catlin writes:
> The Windows binaries for 7.3.2 are not on the FTP site. Where can I get
> them?
http://www.cygwin.com
--
Peter Eisentraut [EMAIL PROTECTED]
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send
Hi,
In my schema : "my" I create sql function
CREATE OR REPLACE FUNCTION my.my_foo(int4) RETURNS varchar AS '
select k.k_dupa ||coalesce( '' ['' || k.k_number || '']'' ,)
from kont k
where k_id = $1;
' LANGUAGE 'sql';
table kont is in schema public.
Everythink working ok, but wh
Title: Problem with configure script in 7.3.2.
It doesn’t seem to find readline even though I have it installed on my Linux system. In particular, it seems to be attempting to include rather than . In addition, it is not linking in the –lcurses library. It seems that these are both neede
The Windows binaries for 7.3.2 are not on the FTP site. Where can I get
them?
-Brian
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html