Re: [GENERAL] Cannot build PL/Perl ...

2001-05-02 Thread Andy Koch
At 09:59 PM 5/2/2001 +0200, you wrote: >Cannot build PL/Perl because libperl is not a shared library. >I'v got this error when I tried to compile PL/Perl. >I have SuSE Linux 7.0 , have I get a libperl.so library , and put it in >/usr /lib ... > >Thanks for any help >Adam Hi Adam, I went through g

[GENERAL] DROP TABLE wildcard

2001-05-02 Thread Andy Koch
Is it possible to drop multiple tables with SQL on the system tables: I tried this: DROP TABLE from pg_tables where tablename LIKE 'table_num_%'; Which for whatever reason would delete 0 items despite it should have matched on several. Of course I'm not even sure pg_tables would be the smart