Re: Is it possible to combine the power of Postgres and Python in do statement?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
Cc: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: Re: Is it possible to combine the power of Postgres and Python in do statement?
Date: 2021-10-05 14:32:22
Message-ID: 4069942.1633444342@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Shaozhong SHI <shishaozhong(at)gmail(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Shaozhong SHI 2021-10-05 15:48:28 Re: Is it possible to combine the power of Postgres and Python in do statement?
Previous Message Shaozhong SHI 2021-10-05 13:05:56 Is it possible to combine the power of Postgres and Python in do statement?