diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-04-06 20:45:05 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-04-06 20:45:11 -0400 |
commit | 90f5178211cd63ac16fb8c8b2fe43d53d2854da1 (patch) | |
tree | 8cd29b9638ca5df011b85f6eb3e157834f3b81b5 /src/tutorial/basics.source | |
parent | 4643a2b265e967cc5f13ffa0c7c6912dbb3466d0 (diff) | |
download | postgresql-90f5178211cd63ac16fb8c8b2fe43d53d2854da1.tar.gz postgresql-90f5178211cd63ac16fb8c8b2fe43d53d2854da1.zip |
Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.
Formerly this was done with a cursor, which is problematic since
not all result-set-returning query types can be put into a cursor.
The new implementation is better integrated into other psql
features, too.
Daniel Vérité, reviewed by Laurenz Albe and myself (and whacked
around a bit by me, so any remaining bugs are my fault)
Discussion: https://postgr.es/m/CAKZiRmxsVTkO928CM+-ADvsMyePmU3L9DQCa9NwqjvLPcEe5QA@mail.gmail.com
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions