Re: Is it possible to combine the power of Postgres and Python in do statement? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Is it possible to combine the power of Postgres and Python in do statement?
Date
Msg-id 4069942.1633444342@sss.pgh.pa.us
Whole thread Raw
In response to Is it possible to combine the power of Postgres and Python in do statement?  (Shaozhong SHI <shishaozhong@gmail.com>)
Responses Re: Is it possible to combine the power of Postgres and Python in do statement?
List pgsql-sql
Shaozhong SHI <shishaozhong@gmail.com> writes:
> How to combine the power of Postgres and Python is of interest.
> Can we do that within a Do statement?

DO $$ ... $$ LANGUAGE plpythonu;

            regards, tom lane



pgsql-sql by date:

Previous
From: Shaozhong SHI
Date:
Subject: Is it possible to combine the power of Postgres and Python in do statement?
Next
From: Shaozhong SHI
Date:
Subject: Re: Is it possible to combine the power of Postgres and Python in do statement?