Re: [BUGS] Bug #804: plpgsql not work on solaris

2002-10-24 Thread Bhuvan A
> Long Description > I try to create language plpgsql for db "template1" on solaris 9 but don't work. > It's seems that all other work, but i' don't sure. > Below i write the response of shell (bash). > > Sample Code > bash-2.05$ createlang plpgsql template1 > ERROR: Load of file /usr/local/pgsql

Re: [BUGS] set search_path documentation missing from development docs

2002-10-24 Thread Tom Lane
Bruno Wolff III <[EMAIL PROTECTED]> writes: > I was trying to look at the documentation for set search_path and there > isn't anything under the set command in the sql command documentation. > In the the data definition section on schemas there is a link to such > documentation, but there is no mat

Re: [BUGS] Bug #805: pg_dump examines all tables even with -t "table_name" speficied

2002-10-24 Thread Tom Lane
[EMAIL PROTECTED] writes: > pg_dump examines all tables even with -t "table_name" speficied 7.3 is a little better. It's not that easy to determine in advance what information is needed, though; consider inheritance for example. regards, tom lane

Re: [BUGS] Bug #804: plpgsql not work on solaris

2002-10-24 Thread Tom Lane
[EMAIL PROTECTED] writes: > bash-2.05$ createlang plpgsql template1 > ERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed: ld.so.1: >/usr/local/pgsql/bin/postmaster: errore fatale:libgcc_s.so.1: impossibile aprire: >File o directory non trovati > createlang: language installation failed

[BUGS] Bug #804: plpgsql not work on solaris

2002-10-24 Thread pgsql-bugs
Claudio Mannucci ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description plpgsql not work on solaris Long Description I try to create language plpgsql for db "template1" on solaris 9 but don't work. It's seems that all other work, but i