Re: Request for resolution || Support

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: jay chauhan <jaychauhan(dot)src(at)gmail(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Request for resolution || Support
Date: 2019-07-21 22:23:15
Message-ID: CA+hUKGKUes5WXm4VxvZkoGw8n4K_onNTtfUOfQ4wHnduD5=ZLg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

On Mon, Jul 22, 2019 at 8:49 AM David G. Johnston
<david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> On Sunday, July 21, 2019, jay chauhan <jaychauhan(dot)src(at)gmail(dot)com> wrote:
>> <<My PostgreSQL version : "PostgreSQL 9.3.4 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4), 64-bit">>
>
> Use a newer version

Yeah, you should use release 11 for a new project.

https://www.postgresql.org/support/versioning/

>> Error-2)
>> ERROR: schema "utl_http" does not exist
>
> Insufficient data provided to even guess

That's an Oracle thing for doing HTTP requests from PL/SQL. To do
that from plpgsql you could try an extension like this one:

https://github.com/pramsey/pgsql-http

Or you could write your own function in Python or <insert your
favourite PL>. That's what I'd probably do.

https://www.postgresql.org/docs/11/plpython-funcs.html

Google should help you find examples of people using plpython to
access the various Python HTTP modules.

--
Thomas Munro
https://enterprisedb.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jaime Casanova 2019-07-21 22:58:14 Re: Request for resolution || Support
Previous Message David G. Johnston 2019-07-21 20:48:48 Re: Request for resolution || Support

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2019-07-21 22:58:14 Re: Request for resolution || Support
Previous Message David G. Johnston 2019-07-21 20:48:48 Re: Request for resolution || Support