Re: [BUGS] BUG #6318: pg_dump for non-template languages is broken

2011-12-03 Thread Albe Laurenz
Tom Lane wrote: >> dumpme=# CREATE LANGUAGE mylang HANDLER plpgsql_call_handler INLINE >> plpgsql_inline_handler VALIDATOR plpgsql_validator; > I don't think this is a particularly interesting use-case. The reason > it doesn't work for you is that it's depending on support functions > that are in

Re: [BUGS] [PATCHES] BUG #2600: dblink compile with SSL missing libraries

2006-09-07 Thread Albe Laurenz
Chris Browne wrote: >>> I also seem to recall, in past discussions about "library matters," >>> that AIX is more sticky about requiring that libraries be named >>> expressly. >> >> ecpglib has >> >> SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq) \ >> $(filter -lintl -lssl -lcrypto -lkrb5 -