plpython questions

Started by Ted Tothover 3 years ago4 messagesgeneral
Jump to latest
#1Ted Toth
txtoth@gmail.com

Is this the right list to ask questions about plpython? If not what
would be the best list or git repo to ask questions related to
plpython?

Ted

#2Bruce Momjian
bruce@momjian.us
In reply to: Ted Toth (#1)
Re: plpython questions

On Tue, Aug 16, 2022 at 06:15:43PM -0500, Ted Toth wrote:

Is this the right list to ask questions about plpython? If not what
would be the best list or git repo to ask questions related to
plpython?

Sure, go ahead.

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com

Indecision is a decision. Inaction is an action. Mark Batterson

#3Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Ted Toth (#1)
Re: plpython questions

On 8/16/22 16:15, Ted Toth wrote:

Is this the right list to ask questions about plpython? If not what
would be the best list or git repo to ask questions related to
plpython?

This is the correct list. plpython(3)u is part of the core code for
Postgres.

Ted

--
Adrian Klaver
adrian.klaver@aklaver.com

#4David G. Johnston
david.g.johnston@gmail.com
In reply to: Ted Toth (#1)
Re: plpython questions

On Tue, Aug 16, 2022 at 4:16 PM Ted Toth <txtoth@gmail.com> wrote:

Is this the right list to ask questions about plpython? If not what
would be the best list or git repo to ask questions related to
plpython?

This works if it is truly plpython related questions - that is an extension
provided by this community.

More general questions about Python programming might find better purchase
elsewhere.

David J.