[BUGS] Windows binaries for 7.3.2?

2003-02-18 Thread Brian Catlin
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



[BUGS] Problem with configure script in 7.3.2.

2003-02-18 Thread Regan, Kevin
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 needed for the latest version of readline.

Any thoughts on this?

Thanks,

Kevin Regan

[EMAIL PROTECTED]




[BUGS] my schema + sql function

2003-02-18 Thread Wróbel
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 when I try to restore backup system write :

pg_restore: [archiver (db)] could not execute query: ERROR:  Relation "kont" does not 
exist
pg_restore: *** aborted because of error


Marek Wróbel




---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Re: [BUGS] Windows binaries for 7.3.2?

2003-02-18 Thread Peter Eisentraut
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 an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly