Re: pl/pgsql outside the DB, (i.e. on the terminal) possible ?

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: pl/pgsql outside the DB, (i.e. on the terminal) possible ?
Дата
Msg-id ZenZsCLyd4IGhYeP@hermes.hilbert.loc
обсуждение исходный текст
Ответ на pl/pgsql outside the DB, (i.e. on the terminal) possible ?  (Achilleas Mantzios - cloud <a.mantzios@cloud.gatewaynet.com>)
Ответы Re: pl/pgsql outside the DB, (i.e. on the terminal) possible ?
Список pgsql-general
Am Thu, Mar 07, 2024 at 04:56:18PM +0200 schrieb Achilleas Mantzios - cloud:

> Python IMHO is too advanced, too rich,

Python _is_ powerful but it needn't be difficult.

> weird indentation rules

A matter of taste IMO.

> no simple for loop

Really ?

    Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> for idx in [0,1,2,3]: print(idx)
    ...
    0
    1
    2
    3
    >>>

Karsten
--
GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B



В списке pgsql-general по дате отправления:

Предыдущее
От: Achilleas Mantzios - cloud
Дата:
Сообщение: pl/pgsql outside the DB, (i.e. on the terminal) possible ?
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: v11.5- v15.3 upgrade (linux)