pgsql: Fix typo

2021-01-29 Thread Peter Eisentraut
Fix typo Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2592be8be5aed6448a1e2b386fffd75ad69eb6c5 Modified Files -- src/bin/pg_dump/pg_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Document behavior of the .** jsonpath accessor in the lax mode

2021-01-29 Thread Alexander Korotkov
Document behavior of the .** jsonpath accessor in the lax mode When the .** jsonpath accessor handles the array, it selects both array and each of its elements. When using lax mode, subsequent accessors automatically unwrap arrays. So, the content of each array element may be selected twice. Ev

pgsql: Document behavior of the .** jsonpath accessor in the lax mode

2021-01-29 Thread Alexander Korotkov
Document behavior of the .** jsonpath accessor in the lax mode When the .** jsonpath accessor handles the array, it selects both array and each of its elements. When using lax mode, subsequent accessors automatically unwrap arrays. So, the content of each array element may be selected twice. Ev

pgsql: Document behavior of the .** jsonpath accessor in the lax mode

2021-01-29 Thread Alexander Korotkov
Document behavior of the .** jsonpath accessor in the lax mode When the .** jsonpath accessor handles the array, it selects both array and each of its elements. When using lax mode, subsequent accessors automatically unwrap arrays. So, the content of each array element may be selected twice. Ev

pgsql: Doc: improve cross-references for SET/SHOW.

2021-01-29 Thread Tom Lane
Doc: improve cross-references for SET/SHOW. The corresponding functions set_config and current_setting were mostly not hyperlinked. Clarify their descriptions a tad, too. Discussion: https://postgr.es/m/[email protected] Branch -- REL_13_STABLE D

pgsql: Doc: improve cross-references for SET/SHOW.

2021-01-29 Thread Tom Lane
Doc: improve cross-references for SET/SHOW. The corresponding functions set_config and current_setting were mostly not hyperlinked. Clarify their descriptions a tad, too. Discussion: https://postgr.es/m/[email protected] Branch -- master Details

pgsql: postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.

2021-01-29 Thread Fujii Masao
postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. The regression tests added in commits 708d165ddb and 411ae64997 caused buildfarm failures when CLOBBER_CACHE_ALWAYS was enabled. This commit stabilizes those tests. The foreign server connections established by postgres_fdw behaves differently d