Improvements in prepared statements

From: Alejandro Sánchez <alex(at)nexttypes(dot)com>
To: <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Improvements in prepared statements
Date: 2021-03-01 14:20:31
Message-ID: a8e7db48172c3bc1478a7f90fda8027a56598294.camel@nexttypes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello, some improvements in the prepared statements would facilitate
their use from applications:

- Use of table and column names in prepared statements.

Example: select # from # where # = ?;

- Use of arrays in prepared statements.

Example: select # from article where id in (?);

# = author,title
? = 10,24,45

Best regards.
Alejandro Sánchez.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2021-03-01 14:22:27 SSL negotiation error on massive connect/disconnect
Previous Message Daniel Gustafsson 2021-03-01 14:04:40 Re: Bug in error reporting for multi-line JSON