JamesInform

Results 11 issues of JamesInform

Using: plv8 2.3.15 If I run the following statement `do $$ plv8.execute("select pg_sleep(180)"); $$ language plv8; ` I cannot stop the statement before the 180 seconds are over. Wether `select...

Hi Jerry Is there any receipe on how to build PLV8 as a universal binary on Mac for PostgreSQL 14? All PostgreSQL distributions on Mac have switched to universal binary....

Hi all I am currently trying to communicate with the US Food and Drug Agency FDA via AS2. I need to send specific information via an extra header, that I...

Hi Andreas First of all, thanks for providing such a great JSON library. I am having a json array which I want to sort using bubble sort. To do so...

Hi! Importing a valid public key ".cer" file, I run into a server 500 error your django pyas2 (v1.2.0) I switched to debug and found that you do a plain...

### Description DBeaver 22.3.4 Steps to reproduce: 1. Connect to PostgreSQL database 2. Open a new sql editor 3. Execute the command: SET DATESTYLE = 'german' Now the editor looses...

bug
x:postgresql
xp:major
xf:sql
xf:connection

Hi Just tried a clean install on Debian 12 using a virtual environment. I get the following error which I can't get rid of: The following packages are installed: Any...

Hi, I already have an existing PostgreSQL 16 server build from source and running on Debian. And I don't want to run a separate PostgreSQL instance in a docker container....

I cannot build the compoent for PG16r1. Are you planning to update the extension any time soon?

I am using Debian 12.5. I have installed pgml based on your documentation into an existing PostgreSQL environment, configured virtualenv correctly and installed pip requirements.txt. Used latest tag: Now when...