- Notifications
You must be signed in to change notification settings - Fork5
Commitc2f6071
committed
Create a FETCH_COUNT parameter that causes psql to execute SELECT-like
queries via a cursor, fetching a limited number of rows at a time andtherefore not risking exhausting memory. A disadvantage of the schemeis that 'aligned' output mode will align each group of rows independentlyleading to odd-looking output, but all the other output formats workreasonably well. Chris Mair, with some additional hacking by moi.1 parent7c5ac5c commitc2f6071
File tree
6 files changed
+859
-484
lines changed- doc/src/sgml/ref
- src/bin/psql
6 files changed
+859
-484
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
2007 | 2007 | | |
2008 | 2008 | | |
2009 | 2009 | | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
2010 | 2037 | | |
2011 | 2038 | | |
2012 | 2039 | | |
| |||
0 commit comments
Comments
(0)