Question : What could be the best approach ? Till now could figure out the following (Oracle) Calling exp.exe and […]
Tag: perl
How to create an alphanumeric sequence like AAAA0000 and so on
Question : I want to create an alphanumeric sequence like this: AAAA0000 AAAA0001 AAAA0002 AAAA0003 . . . AAAA9999 AAAB0000 […]
How can I load ‘utf8’ into plperl by default?
Question : I am attempting to solve a problem explained in another question here. On Debian 7.4 with Postgres 9.1.12, […]
DBD::mysql complains “Character set ‘latin1’ is not a compiled character set”
Question : I think this boils down to “Am I doomed to upgrading mysql hoping the problem goes away?”. I’ve […]
Plperlu func with column as param [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Too localized – this could be because […]
Storing blobs outside the database
Question : I had a PostgreSQL database with loads of scanned documents, as a document bytea column in the table […]
PostgreSQL pl/perl trigger, differentiate null vs empty
Question : I’ve been trying to speed up a generic auditing trigger that I had written in pl/pgsql some time […]
Kill infinite loop plperl
Question : How can I kill session with infinite looped plperl function? Both pg_terminate_backend and pg_cancel_backend had no effect. kill […]
Where temp table data goes after creation?
Question : As far as I can understand temp_buffers setting serve for storing temp tables data. But as I have […]
Perl – MySQL/MariaDB – slow with no identifiable bottleneck
Question : I am running a Perl script (using DBI) which reads from raw files from a hard disk, and […]
- 1
- 2